Html Css Color HEX #485510 Verdun Green

📋 copy color: '#485510'

red 72 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #485510

Tints of Verdun Green #485510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 41.62%
G = 49.13%
B = 9.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#485510 (or 0x485510) is known color: Verdun Green. HEX triplet: 48, 55 and 10. RGB value is (72,85,16). Sum of RGB (Red+Green+Blue) = 72+85+16=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #485510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485510 is #B7AAEF. Grayscale: #494949. Windows color (decimal): -12036848 or 1070408. OLE color: 1070408.

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

Color convert

RGB 72 85 16 -
CMYK 0.15 0 0.81 0.67
HSL 71.3º 0.68% 0.2% -
HSV(B) 71.3º 0.81% 0.33% -
XYZ 6.01 7.91 1.7 -
YUV 73.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 72 85 16 0.15 0 0.81 0.67 71.3 0.68 0.2
Hex 48 55 10 F 0 51 43 47 44 14
Octal 110 125 20 17 0 121 103 107 104 24
Binary 1001000 1010101 10000 1111 0 1010001 1000011 1000111 1000100 10100

Color Harmonies of #485510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485510

Black with #485510

Text Example


Text Example

White with #485510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485510; }

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

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

background-color css

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

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

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

border-color css

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

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

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