Html Css Color HEX #3C6002 Verdun Green

📋 copy color: '#3C6002'

red 60 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #3C6002

Tints of Verdun Green #3C6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.76%

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

R = 37.97%
G = 60.76%
B = 1.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#3C6002 (or 0x3C6002) is known color: Verdun Green. HEX triplet: 3C, 60 and 02. RGB value is (60,96,2). Sum of RGB (Red+Green+Blue) = 60+96+2=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6002 is #C39FFD. Grayscale: #4A4A4A. Windows color (decimal): -12820478 or 155708. OLE color: 155708.

HSL color Cylindrical-coordinate representation of color #3C6002: hue angle of 82.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C6002 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 2 -
CMYK 0.38 0 0.98 0.62
HSL 82.98º 0.96% 0.19% -
HSV(B) 82.98º 0.98% 0.38% -
XYZ 6.06 9.33 1.54 -
YUV 74.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 60 96 2 0.38 0 0.98 0.62 82.98 0.96 0.19
Hex 3C 60 2 26 0 62 3E 53 60 13
Octal 74 140 2 46 0 142 76 123 140 23
Binary 111100 1100000 10 100110 0 1100010 111110 1010011 1100000 10011

Color Harmonies of #3C6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6002

Black with #3C6002

Text Example


Text Example

White with #3C6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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