Html Css Color HEX #3C580E Verdun Green

📋 copy color: '#3C580E'

red 60 ◦ green 88 ◦ blue 14

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

Shades of Verdun Green #3C580E

Tints of Verdun Green #3C580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 37.04%
G = 54.32%
B = 8.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#3C580E (or 0x3C580E) is known color: Verdun Green. HEX triplet: 3C, 58 and 0E. RGB value is (60,88,14). Sum of RGB (Red+Green+Blue) = 60+88+14=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #3C580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C580E is #C3A7F1. Grayscale: #474747. Windows color (decimal): -12822514 or 940092. OLE color: 940092.

HSL color Cylindrical-coordinate representation of color #3C580E: hue angle of 82.7º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C580E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 14 -
CMYK 0.32 0 0.84 0.65
HSL 82.7º 0.73% 0.2% -
HSV(B) 82.7º 0.84% 0.35% -
XYZ 5.43 7.97 1.67 -
YUV 71.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 60 88 14 0.32 0 0.84 0.65 82.7 0.73 0.2
Hex 3C 58 E 20 0 54 41 53 49 14
Octal 74 130 16 40 0 124 101 123 111 24
Binary 111100 1011000 1110 100000 0 1010100 1000001 1010011 1001001 10100

Color Harmonies of #3C580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C580E

Black with #3C580E

Text Example


Text Example

White with #3C580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,14); }

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

background-color css

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

 a { background-color: rgb(60,88,14); }

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

border-color css

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

 span { border-color: rgb(60,88,14); }

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