Html Css Color HEX #485710 Verdun Green

📋 copy color: '#485710'

red 72 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #485710

Tints of Verdun Green #485710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.71%

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

R = 41.14%
G = 49.71%
B = 9.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#485710 (or 0x485710) is known color: Verdun Green. HEX triplet: 48, 57 and 10. RGB value is (72,87,16). Sum of RGB (Red+Green+Blue) = 72+87+16=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #485710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485710 is #B7A8EF. Grayscale: #4A4A4A. Windows color (decimal): -12036336 or 1070920. OLE color: 1070920.

HSL color Cylindrical-coordinate representation of color #485710: hue angle of 72.68º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #485710 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 16 -
CMYK 0.17 0 0.82 0.66
HSL 72.68º 0.69% 0.2% -
HSV(B) 72.68º 0.82% 0.34% -
XYZ 6.17 8.23 1.75 -
YUV 74.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 72 87 16 0.17 0 0.82 0.66 72.68 0.69 0.2
Hex 48 57 10 11 0 52 42 49 45 14
Octal 110 127 20 21 0 122 102 111 105 24
Binary 1001000 1010111 10000 10001 0 1010010 1000010 1001001 1000101 10100

Color Harmonies of #485710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485710

Black with #485710

Text Example


Text Example

White with #485710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485710; }

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

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

background-color css

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

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

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

border-color css

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

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

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