Html Css Color HEX #485503 Verdun Green

📋 copy color: '#485503'

red 72 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #485503

Tints of Verdun Green #485503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 45%
G = 53.13%
B = 1.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#485503 (or 0x485503) is known color: Verdun Green. HEX triplet: 48, 55 and 03. RGB value is (72,85,3). Sum of RGB (Red+Green+Blue) = 72+85+3=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #485503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485503 is #B7AAFC. Grayscale: #484848. Windows color (decimal): -12036861 or 218440. OLE color: 218440.

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

Color convert

RGB 72 85 3 -
CMYK 0.15 0 0.96 0.67
HSL 69.51º 0.93% 0.17% -
HSV(B) 69.51º 0.96% 0.33% -
XYZ 5.94 7.88 1.29 -
YUV 71.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 72 85 3 0.15 0 0.96 0.67 69.51 0.93 0.17
Hex 48 55 3 F 0 60 43 46 5D 11
Octal 110 125 3 17 0 140 103 106 135 21
Binary 1001000 1010101 11 1111 0 1100000 1000011 1000110 1011101 10001

Color Harmonies of #485503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485503

Black with #485503

Text Example


Text Example

White with #485503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485503; }

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

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

background-color css

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

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

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

border-color css

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

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

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