Html Css Color HEX #3C5F03 Verdun Green

📋 copy color: '#3C5F03'

red 60 ◦ green 95 ◦ blue 3

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

Shades of Verdun Green #3C5F03

Tints of Verdun Green #3C5F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 60.13%

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

R = 37.97%
G = 60.13%
B = 1.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#3C5F03 (or 0x3C5F03) is known color: Verdun Green. HEX triplet: 3C, 5F and 03. RGB value is (60,95,3). Sum of RGB (Red+Green+Blue) = 60+95+3=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5F03 is #C3A0FC. Grayscale: #4A4A4A. Windows color (decimal): -12820733 or 220988. OLE color: 220988.

HSL color Cylindrical-coordinate representation of color #3C5F03: hue angle of 82.83º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C5F03 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 3 -
CMYK 0.37 0 0.97 0.63
HSL 82.83º 0.94% 0.19% -
HSV(B) 82.83º 0.97% 0.37% -
XYZ 5.97 9.15 1.54 -
YUV 74.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 60 95 3 0.37 0 0.97 0.63 82.83 0.94 0.19
Hex 3C 5F 3 25 0 61 3F 53 5E 13
Octal 74 137 3 45 0 141 77 123 136 23
Binary 111100 1011111 11 100101 0 1100001 111111 1010011 1011110 10011

Color Harmonies of #3C5F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F03

Black with #3C5F03

Text Example


Text Example

White with #3C5F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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