#4B5008

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

Shades of Verdun Green #4B5008

Tints of Verdun Green #4B5008

Color information

#4B5008 (or 0x4B5008) is unknown color: approx Verdun Green. HEX triplet: 4B, 50 and 08. RGB value is (75,80,8). Sum of RGB (Red+Green+Blue) = 75+80+8=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5008 is #B4AFF7. Grayscale: #464646. Windows color (decimal): -11841528 or 544843. OLE color: 544843.

HSL color Cylindrical-coordinate representation of color #4B5008: hue angle of 64.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B5008 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB75808-
CMYK0.0600.900.69
HSL64.17º81.82%17.25%-
HSV(B)64.17º90%31.37%-
XYZ5.817.251.32-
YUV70.392.84131.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.01%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=46.01%
G=49.08%
B=4.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal758080.0600.900.6964.1781.8217.25
Hex4B508605A45405211
Octal113120106013210510012221
Binary1001011101000010001100101101010001011000000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5008; }

 p { color: rgb(75,80,8); }

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

<style>
 a { background-color: #4B5008; }

 a { background-color: rgb(75,80,8); }

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

<style>
 span { border-color: #4B5008; }

 span { border-color: rgb(75,80,8); }

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