Html Css Color HEX #485A01 Verdun Green

📋 copy color: '#485A01'

red 72 ◦ green 90 ◦ blue 1

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

Shades of Verdun Green #485A01

Tints of Verdun Green #485A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.21%

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

R = 44.17%
G = 55.21%
B = 0.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#485A01 (or 0x485A01) is known color: Verdun Green. HEX triplet: 48, 5A and 01. RGB value is (72,90,1). Sum of RGB (Red+Green+Blue) = 72+90+1=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #485A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A01 is #B7A5FE. Grayscale: #4A4A4A. Windows color (decimal): -12035583 or 88648. OLE color: 88648.

HSL color Cylindrical-coordinate representation of color #485A01: hue angle of 72.13º 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 #485A01 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 90 1 -
CMYK 0.20 0 0.99 0.65
HSL 72.13º 0.98% 0.18% -
HSV(B) 72.13º 0.99% 0.35% -
XYZ 6.33 8.69 1.37 -
YUV 74.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 72 90 1 0.20 0 0.99 0.65 72.13 0.98 0.18
Hex 48 5A 1 14 0 63 41 48 62 12
Octal 110 132 1 24 0 143 101 110 142 22
Binary 1001000 1011010 1 10100 0 1100011 1000001 1001000 1100010 10010

Color Harmonies of #485A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A01

Black with #485A01

Text Example


Text Example

White with #485A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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