#43620B

Color #43620B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #43620B

Tints of Verdun Green #43620B

Color information

#43620B (or 0x43620B) is unknown color: approx Verdun Green. HEX triplet: 43, 62 and 0B. RGB value is (67,98,11). Sum of RGB (Red+Green+Blue) = 67+98+11=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #43620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43620B is #BC9DF4. Grayscale: #4F4F4F. Windows color (decimal): -12361205 or 746051. OLE color: 746051.

HSL color Cylindrical-coordinate representation of color #43620B: hue angle of 81.38º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43620B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB679811-
CMYK0.3200.890.62
HSL81.38º79.82%21.37%-
HSV(B)81.38º88.78%38.43%-
XYZ6.749.951.88-
YUV78.8189.73119.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=38.07%
G=55.68%
B=6.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6798110.3200.890.6281.3879.8221.37
Hex4362B200593E515015
Octal103142134001317612112025
Binary100001111000101011100000010110011111101010001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43620B; }

 p { color: rgb(67,98,11); }

 H1.HeaderClassName
 {
   color: #43620B;
 }
 .AnyTagClassName
 {
   color: #43620B;
 }
</style>
background-color css

<style>
 a { background-color: #43620B; }

 a { background-color: rgb(67,98,11); }

 div.DivClassName
 {
   background-color: #43620B;
 }
 .BgClassName
 {
   background-color: #43620B;
 }
</style>
border-color css

<style>
 span { border-color: #43620B; }

 span { border-color: rgb(67,98,11); }

 td.TdClassName
 {
   border-color: #43620B;
 }
 .TagClassName
 {
   border-color: #43620B;
 }
</style>