Html Css Color HEX #485911 Verdun Green

📋 copy color: '#485911'

red 72 ◦ green 89 ◦ blue 17

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

Shades of Verdun Green #485911

Tints of Verdun Green #485911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 40.45%
G = 50%
B = 9.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#485911 (or 0x485911) is known color: Verdun Green. HEX triplet: 48, 59 and 11. RGB value is (72,89,17). Sum of RGB (Red+Green+Blue) = 72+89+17=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #485911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485911 is #B7A6EE. Grayscale: #4B4B4B. Windows color (decimal): -12035823 or 1136968. OLE color: 1136968.

HSL color Cylindrical-coordinate representation of color #485911: hue angle of 74.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #485911 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 17 -
CMYK 0.19 0 0.81 0.65
HSL 74.17º 0.68% 0.21% -
HSV(B) 74.17º 0.81% 0.35% -
XYZ 6.35 8.56 1.85 -
YUV 75.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 72 89 17 0.19 0 0.81 0.65 74.17 0.68 0.21
Hex 48 59 11 13 0 51 41 4A 44 15
Octal 110 131 21 23 0 121 101 112 104 25
Binary 1001000 1011001 10001 10011 0 1010001 1000001 1001010 1000100 10101

Color Harmonies of #485911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485911

Black with #485911

Text Example


Text Example

White with #485911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485911; }

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

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

background-color css

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

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

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

border-color css

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

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

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