Html Css Color HEX #3C600C Verdun Green

📋 copy color: '#3C600C'

red 60 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #3C600C

Tints of Verdun Green #3C600C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.14%

R = 35.71%
G = 57.14%
B = 7.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#3C600C (or 0x3C600C) is known color: Verdun Green. HEX triplet: 3C, 60 and 0C. RGB value is (60,96,12). Sum of RGB (Red+Green+Blue) = 60+96+12=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #3C600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C600C is #C39FF3. Grayscale: #4B4B4B. Windows color (decimal): -12820468 or 811068. OLE color: 811068.

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

Color convert

RGB 60 96 12 -
CMYK 0.38 0 0.88 0.62
HSL 85.71º 0.78% 0.21% -
HSV(B) 85.71º 0.88% 0.38% -
XYZ 6.11 9.35 1.83 -
YUV 75.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 60 96 12 0.38 0 0.88 0.62 85.71 0.78 0.21
Hex 3C 60 C 26 0 58 3E 56 4E 15
Octal 74 140 14 46 0 130 76 126 116 25
Binary 111100 1100000 1100 100110 0 1011000 111110 1010110 1001110 10101

Color Harmonies of #3C600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C600C

Black with #3C600C

Text Example


Text Example

White with #3C600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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