Html Css Color HEX #485502 Verdun Green

📋 copy color: '#485502'

red 72 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #485502

Tints of Verdun Green #485502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 45.28%
G = 53.46%
B = 1.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#485502 (or 0x485502) is known color: Verdun Green. HEX triplet: 48, 55 and 02. RGB value is (72,85,2). Sum of RGB (Red+Green+Blue) = 72+85+2=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #485502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485502 is #B7AAFD. Grayscale: #474747. Windows color (decimal): -12036862 or 152904. OLE color: 152904.

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

Color convert

RGB 72 85 2 -
CMYK 0.15 0 0.98 0.67
HSL 69.4º 0.95% 0.17% -
HSV(B) 69.4º 0.98% 0.33% -
XYZ 5.93 7.88 1.27 -
YUV 71.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 72 85 2 0.15 0 0.98 0.67 69.4 0.95 0.17
Hex 48 55 2 F 0 62 43 45 5F 11
Octal 110 125 2 17 0 142 103 105 137 21
Binary 1001000 1010101 10 1111 0 1100010 1000011 1000101 1011111 10001

Color Harmonies of #485502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485502

Black with #485502

Text Example


Text Example

White with #485502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485502; }

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

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

background-color css

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

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

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

border-color css

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

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

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