Html Css Color HEX #485003 Verdun Green

📋 copy color: '#485003'

red 72 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #485003

Tints of Verdun Green #485003

RGB

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

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

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

R = 46.45%
G = 51.61%
B = 1.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#485003 (or 0x485003) is known color: Verdun Green. HEX triplet: 48, 50 and 03. RGB value is (72,80,3). Sum of RGB (Red+Green+Blue) = 72+80+3=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #485003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485003 is #B7AFFC. Grayscale: #454545. Windows color (decimal): -12038141 or 217160. OLE color: 217160.

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

Color convert

RGB 72 80 3 -
CMYK 0.10 0 0.96 0.69
HSL 66.23º 0.93% 0.16% -
HSV(B) 66.23º 0.96% 0.31% -
XYZ 5.56 7.12 1.17 -
YUV 68.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 72 80 3 0.10 0 0.96 0.69 66.23 0.93 0.16
Hex 48 50 3 A 0 60 45 42 5D 10
Octal 110 120 3 12 0 140 105 102 135 20
Binary 1001000 1010000 11 1010 0 1100000 1000101 1000010 1011101 10000

Color Harmonies of #485003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485003

Black with #485003

Text Example


Text Example

White with #485003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485003; }

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

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

background-color css

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

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

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

border-color css

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

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

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