Html Css Color HEX #485901 Verdun Green

📋 copy color: '#485901'

red 72 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #485901

Tints of Verdun Green #485901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 44.44%
G = 54.94%
B = 0.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#485901 (or 0x485901) is known color: Verdun Green. HEX triplet: 48, 59 and 01. RGB value is (72,89,1). Sum of RGB (Red+Green+Blue) = 72+89+1=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #485901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485901 is #B7A6FE. Grayscale: #4A4A4A. Windows color (decimal): -12035839 or 88392. OLE color: 88392.

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

Color convert

RGB 72 89 1 -
CMYK 0.19 0 0.99 0.65
HSL 71.59º 0.98% 0.18% -
HSV(B) 71.59º 0.99% 0.35% -
XYZ 6.25 8.52 1.34 -
YUV 73.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 72 89 1 0.19 0 0.99 0.65 71.59 0.98 0.18
Hex 48 59 1 13 0 63 41 48 62 12
Octal 110 131 1 23 0 143 101 110 142 22
Binary 1001000 1011001 1 10011 0 1100011 1000001 1001000 1100010 10010

Color Harmonies of #485901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485901

Black with #485901

Text Example


Text Example

White with #485901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485901; }

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

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

background-color css

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

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

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

border-color css

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

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

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