Html Css Color HEX #485001 Verdun Green

📋 copy color: '#485001'

red 72 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #485001

Tints of Verdun Green #485001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

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

R = 47.06%
G = 52.29%
B = 0.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#485001 (or 0x485001) is known color: Verdun Green. HEX triplet: 48, 50 and 01. RGB value is (72,80,1). Sum of RGB (Red+Green+Blue) = 72+80+1=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #485001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485001 is #B7AFFE. Grayscale: #444444. Windows color (decimal): -12038143 or 86088. OLE color: 86088.

HSL color Cylindrical-coordinate representation of color #485001: hue angle of 66.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #485001 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 1 -
CMYK 0.10 0 0.99 0.69
HSL 66.08º 0.98% 0.16% -
HSV(B) 66.08º 0.99% 0.31% -
XYZ 5.55 7.12 1.11 -
YUV 68.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 72 80 1 0.10 0 0.99 0.69 66.08 0.98 0.16
Hex 48 50 1 A 0 63 45 42 62 10
Octal 110 120 1 12 0 143 105 102 142 20
Binary 1001000 1010000 1 1010 0 1100011 1000101 1000010 1100010 10000

Color Harmonies of #485001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485001

Black with #485001

Text Example


Text Example

White with #485001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485001; }

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

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

background-color css

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

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

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

border-color css

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

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

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