Html Css Color HEX #485716 Verdun Green

📋 copy color: '#485716'

red 72 ◦ green 87 ◦ blue 22

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

Shades of Verdun Green #485716

Tints of Verdun Green #485716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 39.78%
G = 48.07%
B = 12.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#485716 (or 0x485716) is known color: Verdun Green. HEX triplet: 48, 57 and 16. RGB value is (72,87,22). Sum of RGB (Red+Green+Blue) = 72+87+22=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #485716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485716 is #B7A8E9. Grayscale: #4B4B4B. Windows color (decimal): -12036330 or 1464136. OLE color: 1464136.

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

Color convert

RGB 72 87 22 -
CMYK 0.17 0 0.75 0.66
HSL 73.85º 0.6% 0.21% -
HSV(B) 73.85º 0.75% 0.34% -
XYZ 6.23 8.25 2.02 -
YUV 75.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 72 87 22 0.17 0 0.75 0.66 73.85 0.6 0.21
Hex 48 57 16 11 0 4B 42 4A 3C 15
Octal 110 127 26 21 0 113 102 112 74 25
Binary 1001000 1010111 10110 10001 0 1001011 1000010 1001010 111100 10101

Color Harmonies of #485716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485716

Black with #485716

Text Example


Text Example

White with #485716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485716; }

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

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

background-color css

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

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

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

border-color css

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

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

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