Html Css Color HEX #485810 Verdun Green

📋 copy color: '#485810'

red 72 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #485810

Tints of Verdun Green #485810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50%

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

R = 40.91%
G = 50%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#485810 (or 0x485810) is known color: Verdun Green. HEX triplet: 48, 58 and 10. RGB value is (72,88,16). Sum of RGB (Red+Green+Blue) = 72+88+16=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #485810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485810 is #B7A7EF. Grayscale: #4B4B4B. Windows color (decimal): -12036080 or 1071176. OLE color: 1071176.

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

Color convert

RGB 72 88 16 -
CMYK 0.18 0 0.82 0.65
HSL 73.33º 0.69% 0.2% -
HSV(B) 73.33º 0.82% 0.35% -
XYZ 6.26 8.39 1.78 -
YUV 75.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 72 88 16 0.18 0 0.82 0.65 73.33 0.69 0.2
Hex 48 58 10 12 0 52 41 49 45 14
Octal 110 130 20 22 0 122 101 111 105 24
Binary 1001000 1011000 10000 10010 0 1010010 1000001 1001001 1000101 10100

Color Harmonies of #485810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485810

Black with #485810

Text Example


Text Example

White with #485810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485810; }

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

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

background-color css

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

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

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

border-color css

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

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

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