Html Css Color HEX #4E611A Verdun Green

📋 copy color: '#4E611A'

red 78 ◦ green 97 ◦ blue 26

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

Shades of Verdun Green #4E611A

Tints of Verdun Green #4E611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 38.81%
G = 48.26%
B = 12.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#4E611A (or 0x4E611A) is known color: Verdun Green. HEX triplet: 4E, 61 and 1A. RGB value is (78,97,26). Sum of RGB (Red+Green+Blue) = 78+97+26=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #4E611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E611A is #B19EE5. Grayscale: #535353. Windows color (decimal): -11640550 or 1728846. OLE color: 1728846.

HSL color Cylindrical-coordinate representation of color #4E611A: hue angle of 76.06º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E611A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 97 26 -
CMYK 0.20 0 0.73 0.62
HSL 76.06º 0.58% 0.24% -
HSV(B) 76.06º 0.73% 0.38% -
XYZ 7.6 10.24 2.55 -
YUV 83.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 78 97 26 0.20 0 0.73 0.62 76.06 0.58 0.24
Hex 4E 61 1A 14 0 49 3E 4C 3A 18
Octal 116 141 32 24 0 111 76 114 72 30
Binary 1001110 1100001 11010 10100 0 1001001 111110 1001100 111010 11000

Color Harmonies of #4E611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E611A

Black with #4E611A

Text Example


Text Example

White with #4E611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,26); }

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

background-color css

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

 a { background-color: rgb(78,97,26); }

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

border-color css

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

 span { border-color: rgb(78,97,26); }

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