#3C4B09

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

Shades of Verdun Green #3C4B09

Tints of Verdun Green #3C4B09

Color information

#3C4B09 (or 0x3C4B09) is unknown color: approx Verdun Green. HEX triplet: 3C, 4B and 09. RGB value is (60,75,9). Sum of RGB (Red+Green+Blue) = 60+75+9=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B09 is #C3B4F6. Grayscale: #3F3F3F. Windows color (decimal): -12825847 or 609084. OLE color: 609084.

HSL color Cylindrical-coordinate representation of color #3C4B09: hue angle of 73.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C4B09 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB60759-
CMYK0.2000.880.71
HSL73.64º78.57%16.47%-
HSV(B)73.64º88%29.41%-
XYZ4.436.011.19-
YUV62.9997.53125.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 75 (29.69% from 255) = 52.08%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=41.67%
G=52.08%
B=6.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal607590.2000.880.7173.6478.5716.47
Hex3C4B914058474a4f10
Octal741131124013010711211720
Binary11110010010111001101000101100010001111001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,9); }

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

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

 a { background-color: rgb(60,75,9); }

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

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

 span { border-color: rgb(60,75,9); }

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