Html Css Color HEX #3C5802 Verdun Green

📋 copy color: '#3C5802'

red 60 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #3C5802

Tints of Verdun Green #3C5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 58.67%

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 40%
G = 58.67%
B = 1.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#3C5802 (or 0x3C5802) is known color: Verdun Green. HEX triplet: 3C, 58 and 02. RGB value is (60,88,2). Sum of RGB (Red+Green+Blue) = 60+88+2=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5802 is #C3A7FD. Grayscale: #464646. Windows color (decimal): -12822526 or 153660. OLE color: 153660.

HSL color Cylindrical-coordinate representation of color #3C5802: hue angle of 79.53º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C5802 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 2 -
CMYK 0.32 0 0.98 0.65
HSL 79.53º 0.96% 0.18% -
HSV(B) 79.53º 0.98% 0.35% -
XYZ 5.36 7.94 1.31 -
YUV 69.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 60 88 2 0.32 0 0.98 0.65 79.53 0.96 0.18
Hex 3C 58 2 20 0 62 41 50 60 12
Octal 74 130 2 40 0 142 101 120 140 22
Binary 111100 1011000 10 100000 0 1100010 1000001 1010000 1100000 10010

Color Harmonies of #3C5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5802

Black with #3C5802

Text Example


Text Example

White with #3C5802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,2); }

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

background-color css

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

 a { background-color: rgb(60,88,2); }

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

border-color css

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

 span { border-color: rgb(60,88,2); }

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