Html Css Color HEX #3C4808 Verdun Green

📋 copy color: '#3C4808'

red 60 ◦ green 72 ◦ blue 8

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

Shades of Verdun Green #3C4808

Tints of Verdun Green #3C4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 42.86%
G = 51.43%
B = 5.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#3C4808 (or 0x3C4808) is known color: Verdun Green. HEX triplet: 3C, 48 and 08. RGB value is (60,72,8). Sum of RGB (Red+Green+Blue) = 60+72+8=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4808 is #C3B7F7. Grayscale: #3D3D3D. Windows color (decimal): -12826616 or 542780. OLE color: 542780.

HSL color Cylindrical-coordinate representation of color #3C4808: hue angle of 71.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C4808 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 8 -
CMYK 0.17 0 0.89 0.72
HSL 71.25º 0.8% 0.16% -
HSV(B) 71.25º 0.89% 0.28% -
XYZ 4.22 5.61 1.09 -
YUV 61.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 60 72 8 0.17 0 0.89 0.72 71.25 0.8 0.16
Hex 3C 48 8 11 0 59 48 47 50 10
Octal 74 110 10 21 0 131 110 107 120 20
Binary 111100 1001000 1000 10001 0 1011001 1001000 1000111 1010000 10000

Color Harmonies of #3C4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4808

Black with #3C4808

Text Example


Text Example

White with #3C4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,8); }

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

background-color css

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

 a { background-color: rgb(60,72,8); }

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

border-color css

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

 span { border-color: rgb(60,72,8); }

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