Html Css Color HEX #485905 Verdun Green

📋 copy color: '#485905'

red 72 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #485905

Tints of Verdun Green #485905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 43.37%
G = 53.61%
B = 3.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#485905 (or 0x485905) is known color: Verdun Green. HEX triplet: 48, 59 and 05. RGB value is (72,89,5). Sum of RGB (Red+Green+Blue) = 72+89+5=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #485905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485905 is #B7A6FA. Grayscale: #4A4A4A. Windows color (decimal): -12035835 or 350536. OLE color: 350536.

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

Color convert

RGB 72 89 5 -
CMYK 0.19 0 0.94 0.65
HSL 72.14º 0.89% 0.18% -
HSV(B) 72.14º 0.94% 0.35% -
XYZ 6.27 8.53 1.46 -
YUV 74.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 72 89 5 0.19 0 0.94 0.65 72.14 0.89 0.18
Hex 48 59 5 13 0 5E 41 48 59 12
Octal 110 131 5 23 0 136 101 110 131 22
Binary 1001000 1011001 101 10011 0 1011110 1000001 1001000 1011001 10010

Color Harmonies of #485905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485905

Black with #485905

Text Example


Text Example

White with #485905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485905; }

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

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

background-color css

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

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

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

border-color css

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

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

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