Html Css Color HEX #3C4A0D Verdun Green

📋 copy color: '#3C4A0D'

red 60 ◦ green 74 ◦ blue 13

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

Shades of Verdun Green #3C4A0D

Tints of Verdun Green #3C4A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.34%

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

R = 40.82%
G = 50.34%
B = 8.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#3C4A0D (or 0x3C4A0D) is known color: Verdun Green. HEX triplet: 3C, 4A and 0D. RGB value is (60,74,13). Sum of RGB (Red+Green+Blue) = 60+74+13=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #3C4A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4A0D is #C3B5F2. Grayscale: #3F3F3F. Windows color (decimal): -12826099 or 870972. OLE color: 870972.

HSL color Cylindrical-coordinate representation of color #3C4A0D: hue angle of 73.77º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C4A0D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 74 13 -
CMYK 0.19 0 0.82 0.71
HSL 73.77º 0.7% 0.17% -
HSV(B) 73.77º 0.82% 0.29% -
XYZ 4.38 5.89 1.29 -
YUV 62.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 60 74 13 0.19 0 0.82 0.71 73.77 0.7 0.17
Hex 3C 4A D 13 0 52 47 4A 46 11
Octal 74 112 15 23 0 122 107 112 106 21
Binary 111100 1001010 1101 10011 0 1010010 1000111 1001010 1000110 10001

Color Harmonies of #3C4A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4A0D

Black with #3C4A0D

Text Example


Text Example

White with #3C4A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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