#4C600B

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

Shades of Verdun Green #4C600B

Tints of Verdun Green #4C600B

Color information

#4C600B (or 0x4C600B) is unknown color: approx Verdun Green. HEX triplet: 4C, 60 and 0B. RGB value is (76,96,11). Sum of RGB (Red+Green+Blue) = 76+96+11=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #4C600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C600B is #B39FF4. Grayscale: #505050. Windows color (decimal): -11771893 or 745548. OLE color: 745548.

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

Color convert

RGB769611-
CMYK0.2100.890.62
HSL74.12º79.44%20.98%-
HSV(B)74.12º88.54%37.65%-
XYZ7.229.931.85-
YUV80.3388.87124.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.53%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=41.53%
G=52.46%
B=6.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696110.2100.890.6274.1279.4420.98
Hex4C60B150593E4a4f15
Octal114140132501317611211725
Binary10011001100000101110101010110011111101001010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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