Html Css Color HEX #3C4B12 Verdun Green

📋 copy color: '#3C4B12'

red 60 ◦ green 75 ◦ blue 18

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

Shades of Verdun Green #3C4B12

Tints of Verdun Green #3C4B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 49.02%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 39.22%
G = 49.02%
B = 11.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#3C4B12 (or 0x3C4B12) is known color: Verdun Green. HEX triplet: 3C, 4B and 12. RGB value is (60,75,18). Sum of RGB (Red+Green+Blue) = 60+75+18=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B12 is #C3B4ED. Grayscale: #404040. Windows color (decimal): -12825838 or 1198908. OLE color: 1198908.

HSL color Cylindrical-coordinate representation of color #3C4B12: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4B12 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 18 -
CMYK 0.20 0 0.76 0.71
HSL 75.79º 0.61% 0.18% -
HSV(B) 75.79º 0.76% 0.29% -
XYZ 4.49 6.04 1.5 -
YUV 64.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 60 75 18 0.20 0 0.76 0.71 75.79 0.61 0.18
Hex 3C 4B 12 14 0 4C 47 4C 3D 12
Octal 74 113 22 24 0 114 107 114 75 22
Binary 111100 1001011 10010 10100 0 1001100 1000111 1001100 111101 10010

Color Harmonies of #3C4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B12

Black with #3C4B12

Text Example


Text Example

White with #3C4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,18); }

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

background-color css

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

 a { background-color: rgb(60,75,18); }

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

border-color css

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

 span { border-color: rgb(60,75,18); }

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