Html Css Color HEX #4E601E Verdun Green

📋 copy color: '#4E601E'

red 78 ◦ green 96 ◦ blue 30

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

Shades of Verdun Green #4E601E

Tints of Verdun Green #4E601E

RGB

 RED value IS 78 (30.86% from 255) = 38.24%

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

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 38.24%
G = 47.06%
B = 14.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#4E601E (or 0x4E601E) is known color: Verdun Green. HEX triplet: 4E, 60 and 1E. RGB value is (78,96,30). Sum of RGB (Red+Green+Blue) = 78+96+30=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #4E601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E601E is #B19FE1. Grayscale: #535353. Windows color (decimal): -11640802 or 1990734. OLE color: 1990734.

HSL color Cylindrical-coordinate representation of color #4E601E: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E601E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 96 30 -
CMYK 0.19 0 0.69 0.62
HSL 76.36º 0.52% 0.25% -
HSV(B) 76.36º 0.69% 0.38% -
XYZ 7.56 10.08 2.78 -
YUV 83.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 78 96 30 0.19 0 0.69 0.62 76.36 0.52 0.25
Hex 4E 60 1E 13 0 45 3E 4C 34 19
Octal 116 140 36 23 0 105 76 114 64 31
Binary 1001110 1100000 11110 10011 0 1000101 111110 1001100 110100 11001

Color Harmonies of #4E601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E601E

Black with #4E601E

Text Example


Text Example

White with #4E601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E601E; }

 p { color: rgb(78,96,30); }

 H1.HeaderClassName
 {
   color: #4E601E;
 }
 .AnyTagClassName
 {
   color: #4E601E;
 }
</style>

background-color css

<style>
 a { background-color: #4E601E; }

 a { background-color: rgb(78,96,30); }

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

border-color css

<style>
 span { border-color: #4E601E; }

 span { border-color: rgb(78,96,30); }

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