Html Css Color HEX #485501 Verdun Green

📋 copy color: '#485501'

red 72 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #485501

Tints of Verdun Green #485501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

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

R = 45.57%
G = 53.8%
B = 0.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#485501 (or 0x485501) is known color: Verdun Green. HEX triplet: 48, 55 and 01. RGB value is (72,85,1). Sum of RGB (Red+Green+Blue) = 72+85+1=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #485501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485501 is #B7AAFE. Grayscale: #474747. Windows color (decimal): -12036863 or 87368. OLE color: 87368.

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

Color convert

RGB 72 85 1 -
CMYK 0.15 0 0.99 0.67
HSL 69.29º 0.98% 0.17% -
HSV(B) 69.29º 0.99% 0.33% -
XYZ 5.93 7.88 1.24 -
YUV 71.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 72 85 1 0.15 0 0.99 0.67 69.29 0.98 0.17
Hex 48 55 1 F 0 63 43 45 62 11
Octal 110 125 1 17 0 143 103 105 142 21
Binary 1001000 1010101 1 1111 0 1100011 1000011 1000101 1100010 10001

Color Harmonies of #485501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485501

Black with #485501

Text Example


Text Example

White with #485501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485501; }

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

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

background-color css

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

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

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

border-color css

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

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

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