Html Css Color HEX #485509 Verdun Green

📋 copy color: '#485509'

red 72 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #485509

Tints of Verdun Green #485509

RGB

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

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

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

R = 43.37%
G = 51.2%
B = 5.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#485509 (or 0x485509) is known color: Verdun Green. HEX triplet: 48, 55 and 09. RGB value is (72,85,9). Sum of RGB (Red+Green+Blue) = 72+85+9=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #485509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485509 is #B7AAF6. Grayscale: #484848. Windows color (decimal): -12036855 or 611656. OLE color: 611656.

HSL color Cylindrical-coordinate representation of color #485509: hue angle of 70.26º 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 #485509 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 9 -
CMYK 0.15 0 0.89 0.67
HSL 70.26º 0.81% 0.18% -
HSV(B) 70.26º 0.89% 0.33% -
XYZ 5.97 7.89 1.47 -
YUV 72.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 72 85 9 0.15 0 0.89 0.67 70.26 0.81 0.18
Hex 48 55 9 F 0 59 43 46 51 12
Octal 110 125 11 17 0 131 103 106 121 22
Binary 1001000 1010101 1001 1111 0 1011001 1000011 1000110 1010001 10010

Color Harmonies of #485509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485509

Black with #485509

Text Example


Text Example

White with #485509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485509; }

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

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

background-color css

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

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

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

border-color css

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

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

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