Html Css Color HEX #3C5505 Verdun Green

📋 copy color: '#3C5505'

red 60 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #3C5505

Tints of Verdun Green #3C5505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 40%
G = 56.67%
B = 3.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#3C5505 (or 0x3C5505) is known color: Verdun Green. HEX triplet: 3C, 55 and 05. RGB value is (60,85,5). Sum of RGB (Red+Green+Blue) = 60+85+5=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5505 is #C3AAFA. Grayscale: #444444. Windows color (decimal): -12823291 or 349500. OLE color: 349500.

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

Color convert

RGB 60 85 5 -
CMYK 0.29 0 0.94 0.67
HSL 78.75º 0.89% 0.18% -
HSV(B) 78.75º 0.94% 0.33% -
XYZ 5.14 7.47 1.31 -
YUV 68.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 60 85 5 0.29 0 0.94 0.67 78.75 0.89 0.18
Hex 3C 55 5 1D 0 5E 43 4F 59 12
Octal 74 125 5 35 0 136 103 117 131 22
Binary 111100 1010101 101 11101 0 1011110 1000011 1001111 1011001 10010

Color Harmonies of #3C5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5505

Black with #3C5505

Text Example


Text Example

White with #3C5505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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