Html Css Color HEX #3C5A08 Verdun Green

📋 copy color: '#3C5A08'

red 60 ◦ green 90 ◦ blue 8

#3C5A08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #3C5A08

Tints of Verdun Green #3C5A08

RGB

 RED value IS 60 (23.83% from 255) = 37.97%

 GREEN value IS 90 (35.55% from 255) = 56.96%

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 37.97%
G = 56.96%
B = 5.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#3C5A08 (or 0x3C5A08) is known color: Verdun Green. HEX triplet: 3C, 5A and 08. RGB value is (60,90,8). Sum of RGB (Red+Green+Blue) = 60+90+8=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5A08 is #C3A5F7. Grayscale: #474747. Windows color (decimal): -12822008 or 547388. OLE color: 547388.

HSL color Cylindrical-coordinate representation of color #3C5A08: hue angle of 81.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C5A08 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 90 8 -
CMYK 0.33 0 0.91 0.65
HSL 81.95º 0.84% 0.19% -
HSV(B) 81.95º 0.91% 0.35% -
XYZ 5.56 8.29 1.54 -
YUV 71.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 60 90 8 0.33 0 0.91 0.65 81.95 0.84 0.19
Hex 3C 5A 8 21 0 5B 41 52 54 13
Octal 74 132 10 41 0 133 101 122 124 23
Binary 111100 1011010 1000 100001 0 1011011 1000001 1010010 1010100 10011

Color Harmonies of #3C5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5A08

Black with #3C5A08

Text Example


Text Example

White with #3C5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C5A08;
 }
 .AnyTagClassName
 {
   color: #3C5A08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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