Html Css Color HEX #485801 Verdun Green

📋 copy color: '#485801'

red 72 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #485801

Tints of Verdun Green #485801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.66%

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

R = 44.72%
G = 54.66%
B = 0.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#485801 (or 0x485801) is known color: Verdun Green. HEX triplet: 48, 58 and 01. RGB value is (72,88,1). Sum of RGB (Red+Green+Blue) = 72+88+1=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #485801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485801 is #B7A7FE. Grayscale: #494949. Windows color (decimal): -12036095 or 88136. OLE color: 88136.

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

Color convert

RGB 72 88 1 -
CMYK 0.18 0 0.99 0.65
HSL 71.03º 0.98% 0.17% -
HSV(B) 71.03º 0.99% 0.35% -
XYZ 6.17 8.36 1.32 -
YUV 73.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 72 88 1 0.18 0 0.99 0.65 71.03 0.98 0.17
Hex 48 58 1 12 0 63 41 47 62 11
Octal 110 130 1 22 0 143 101 107 142 21
Binary 1001000 1011000 1 10010 0 1100011 1000001 1000111 1100010 10001

Color Harmonies of #485801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485801

Black with #485801

Text Example


Text Example

White with #485801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485801; }

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

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

background-color css

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

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

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

border-color css

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

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

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