Html Css Color HEX #484E11 Verdun Green

📋 copy color: '#484E11'

red 72 ◦ green 78 ◦ blue 17

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

Shades of Verdun Green #484E11

Tints of Verdun Green #484E11

RGB

 RED value IS 72 (28.52% from 255) = 43.11%

 GREEN value IS 78 (30.86% from 255) = 46.71%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 43.11%
G = 46.71%
B = 10.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#484E11 (or 0x484E11) is known color: Verdun Green. HEX triplet: 48, 4E and 11. RGB value is (72,78,17). Sum of RGB (Red+Green+Blue) = 72+78+17=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #484E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484E11 is #B7B1EE. Grayscale: #454545. Windows color (decimal): -12038639 or 1134152. OLE color: 1134152.

HSL color Cylindrical-coordinate representation of color #484E11: hue angle of 65.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #484E11 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 78 17 -
CMYK 0.08 0 0.78 0.69
HSL 65.9º 0.64% 0.19% -
HSV(B) 65.9º 0.78% 0.31% -
XYZ 5.5 6.87 1.57 -
YUV 69.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 72 78 17 0.08 0 0.78 0.69 65.9 0.64 0.19
Hex 48 4E 11 8 0 4E 45 42 40 13
Octal 110 116 21 10 0 116 105 102 100 23
Binary 1001000 1001110 10001 1000 0 1001110 1000101 1000010 1000000 10011

Color Harmonies of #484E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E11

Black with #484E11

Text Example


Text Example

White with #484E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484E11; }

 p { color: rgb(72,78,17); }

 H1.HeaderClassName
 {
   color: #484E11;
 }
 .AnyTagClassName
 {
   color: #484E11;
 }
</style>

background-color css

<style>
 a { background-color: #484E11; }

 a { background-color: rgb(72,78,17); }

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

border-color css

<style>
 span { border-color: #484E11; }

 span { border-color: rgb(72,78,17); }

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