Html Css Color HEX #485903 Verdun Green

📋 copy color: '#485903'

red 72 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #485903

Tints of Verdun Green #485903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.27%

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

R = 43.9%
G = 54.27%
B = 1.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#485903 (or 0x485903) is known color: Verdun Green. HEX triplet: 48, 59 and 03. RGB value is (72,89,3). Sum of RGB (Red+Green+Blue) = 72+89+3=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #485903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485903 is #B7A6FC. Grayscale: #4A4A4A. Windows color (decimal): -12035837 or 219464. OLE color: 219464.

HSL color Cylindrical-coordinate representation of color #485903: hue angle of 71.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #485903 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 3 -
CMYK 0.19 0 0.97 0.65
HSL 71.86º 0.93% 0.18% -
HSV(B) 71.86º 0.97% 0.35% -
XYZ 6.26 8.53 1.4 -
YUV 74.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 72 89 3 0.19 0 0.97 0.65 71.86 0.93 0.18
Hex 48 59 3 13 0 61 41 48 5D 12
Octal 110 131 3 23 0 141 101 110 135 22
Binary 1001000 1011001 11 10011 0 1100001 1000001 1001000 1011101 10010

Color Harmonies of #485903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485903

Black with #485903

Text Example


Text Example

White with #485903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485903; }

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

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

background-color css

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

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

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

border-color css

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

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

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