Html Css Color HEX #3C600D Verdun Green

📋 copy color: '#3C600D'

red 60 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #3C600D

Tints of Verdun Green #3C600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 35.5%
G = 56.8%
B = 7.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#3C600D (or 0x3C600D) is known color: Verdun Green. HEX triplet: 3C, 60 and 0D. RGB value is (60,96,13). Sum of RGB (Red+Green+Blue) = 60+96+13=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #3C600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C600D is #C39FF2. Grayscale: #4C4C4C. Windows color (decimal): -12820467 or 876604. OLE color: 876604.

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

Color convert

RGB 60 96 13 -
CMYK 0.38 0 0.86 0.62
HSL 86.02º 0.76% 0.21% -
HSV(B) 86.02º 0.86% 0.38% -
XYZ 6.12 9.36 1.86 -
YUV 75.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 60 96 13 0.38 0 0.86 0.62 86.02 0.76 0.21
Hex 3C 60 D 26 0 56 3E 56 4C 15
Octal 74 140 15 46 0 126 76 126 114 25
Binary 111100 1100000 1101 100110 0 1010110 111110 1010110 1001100 10101

Color Harmonies of #3C600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C600D

Black with #3C600D

Text Example


Text Example

White with #3C600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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