Html Css Color HEX #3C5508 Verdun Green

📋 copy color: '#3C5508'

red 60 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #3C5508

Tints of Verdun Green #3C5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

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

R = 39.22%
G = 55.56%
B = 5.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#3C5508 (or 0x3C5508) is known color: Verdun Green. HEX triplet: 3C, 55 and 08. RGB value is (60,85,8). Sum of RGB (Red+Green+Blue) = 60+85+8=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5508 is #C3AAF7. Grayscale: #454545. Windows color (decimal): -12823288 or 546108. OLE color: 546108.

HSL color Cylindrical-coordinate representation of color #3C5508: hue angle of 79.48º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C5508 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 8 -
CMYK 0.29 0 0.91 0.67
HSL 79.48º 0.83% 0.18% -
HSV(B) 79.48º 0.91% 0.33% -
XYZ 5.16 7.48 1.4 -
YUV 68.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 60 85 8 0.29 0 0.91 0.67 79.48 0.83 0.18
Hex 3C 55 8 1D 0 5B 43 4F 53 12
Octal 74 125 10 35 0 133 103 117 123 22
Binary 111100 1010101 1000 11101 0 1011011 1000011 1001111 1010011 10010

Color Harmonies of #3C5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5508

Black with #3C5508

Text Example


Text Example

White with #3C5508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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