Html Css Color HEX #3C5503 Verdun Green

📋 copy color: '#3C5503'

red 60 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #3C5503

Tints of Verdun Green #3C5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.03%

R = 40.54%
G = 57.43%
B = 2.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#3C5503 (or 0x3C5503) is known color: Verdun Green. HEX triplet: 3C, 55 and 03. RGB value is (60,85,3). Sum of RGB (Red+Green+Blue) = 60+85+3=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5503 is #C3AAFC. Grayscale: #444444. Windows color (decimal): -12823293 or 218428. OLE color: 218428.

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

Color convert

RGB 60 85 3 -
CMYK 0.29 0 0.96 0.67
HSL 78.29º 0.93% 0.17% -
HSV(B) 78.29º 0.96% 0.33% -
XYZ 5.13 7.46 1.26 -
YUV 68.18 91.22 122.17 -
System Red Green Blue C M Y K H S L
Decimal 60 85 3 0.29 0 0.96 0.67 78.29 0.93 0.17
Hex 3C 55 3 1D 0 60 43 4E 5D 11
Octal 74 125 3 35 0 140 103 116 135 21
Binary 111100 1010101 11 11101 0 1100000 1000011 1001110 1011101 10001

Color Harmonies of #3C5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5503

Black with #3C5503

Text Example


Text Example

White with #3C5503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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