Html Css Color HEX #485409 Verdun Green

📋 copy color: '#485409'

red 72 ◦ green 84 ◦ blue 9

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

Shades of Verdun Green #485409

Tints of Verdun Green #485409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.91%

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 43.64%
G = 50.91%
B = 5.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#485409 (or 0x485409) is known color: Verdun Green. HEX triplet: 48, 54 and 09. RGB value is (72,84,9). Sum of RGB (Red+Green+Blue) = 72+84+9=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #485409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485409 is #B7ABF6. Grayscale: #484848. Windows color (decimal): -12037111 or 611400. OLE color: 611400.

HSL color Cylindrical-coordinate representation of color #485409: hue angle of 69.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #485409 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 9 -
CMYK 0.14 0 0.89 0.67
HSL 69.6º 0.81% 0.18% -
HSV(B) 69.6º 0.89% 0.33% -
XYZ 5.89 7.74 1.44 -
YUV 71.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 72 84 9 0.14 0 0.89 0.67 69.6 0.81 0.18
Hex 48 54 9 E 0 59 43 46 51 12
Octal 110 124 11 16 0 131 103 106 121 22
Binary 1001000 1010100 1001 1110 0 1011001 1000011 1000110 1010001 10010

Color Harmonies of #485409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485409

Black with #485409

Text Example


Text Example

White with #485409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485409; }

 p { color: rgb(72,84,9); }

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

background-color css

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

 a { background-color: rgb(72,84,9); }

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

border-color css

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

 span { border-color: rgb(72,84,9); }

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