#4F600B

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

Shades of Verdun Green #4F600B

Tints of Verdun Green #4F600B

Color information

#4F600B (or 0x4F600B) is unknown color: approx Verdun Green. HEX triplet: 4F, 60 and 0B. RGB value is (79,96,11). Sum of RGB (Red+Green+Blue) = 79+96+11=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #4F600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F600B is #B09FF4. Grayscale: #515151. Windows color (decimal): -11575285 or 745551. OLE color: 745551.

HSL color Cylindrical-coordinate representation of color #4F600B: hue angle of 72º degrees, saturation: 0.79, 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 #4F600B is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB799611-
CMYK0.1800.890.62
HSL72º79.44%20.98%-
HSV(B)72º88.54%37.65%-
XYZ7.4710.051.86-
YUV81.2388.37126.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=42.47%
G=51.61%
B=5.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996110.1800.890.627279.4420.98
Hex4F60B120593E484f15
Octal117140132201317611011725
Binary10011111100000101110010010110011111101001000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,11); }

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

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

 a { background-color: rgb(79,96,11); }

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

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

 span { border-color: rgb(79,96,11); }

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