#3C4C08

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

Shades of Verdun Green #3C4C08

Tints of Verdun Green #3C4C08

Color information

#3C4C08 (or 0x3C4C08) is unknown color: approx Verdun Green. HEX triplet: 3C, 4C and 08. RGB value is (60,76,8). Sum of RGB (Red+Green+Blue) = 60+76+8=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4C08 is #C3B3F7. Grayscale: #3F3F3F. Windows color (decimal): -12825592 or 543804. OLE color: 543804.

HSL color Cylindrical-coordinate representation of color #3C4C08: hue angle of 74.12º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C4C08 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB60768-
CMYK0.2100.890.70
HSL74.12º80.95%16.47%-
HSV(B)74.12º89.47%29.8%-
XYZ4.496.151.18-
YUV63.4696.7125.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 76 (30.08% from 255) = 52.78%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=41.67%
G=52.78%
B=5.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal607680.2100.890.7074.1280.9516.47
Hex3C4C815059464a5110
Octal741141025013110611212120
Binary11110010011001000101010101100110001101001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4C08; }

 p { color: rgb(60,76,8); }

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

<style>
 a { background-color: #3C4C08; }

 a { background-color: rgb(60,76,8); }

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

<style>
 span { border-color: #3C4C08; }

 span { border-color: rgb(60,76,8); }

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