Html Css Color HEX #485110 Verdun Green

📋 copy color: '#485110'

red 72 ◦ green 81 ◦ blue 16

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

Shades of Verdun Green #485110

Tints of Verdun Green #485110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

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

R = 42.6%
G = 47.93%
B = 9.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#485110 (or 0x485110) is known color: Verdun Green. HEX triplet: 48, 51 and 10. RGB value is (72,81,16). Sum of RGB (Red+Green+Blue) = 72+81+16=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #485110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485110 is #B7AEEF. Grayscale: #474747. Windows color (decimal): -12037872 or 1069384. OLE color: 1069384.

HSL color Cylindrical-coordinate representation of color #485110: hue angle of 68.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485110 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 16 -
CMYK 0.11 0 0.80 0.68
HSL 68.31º 0.67% 0.19% -
HSV(B) 68.31º 0.8% 0.32% -
XYZ 5.71 7.3 1.6 -
YUV 70.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 72 81 16 0.11 0 0.80 0.68 68.31 0.67 0.19
Hex 48 51 10 B 0 50 44 44 43 13
Octal 110 121 20 13 0 120 104 104 103 23
Binary 1001000 1010001 10000 1011 0 1010000 1000100 1000100 1000011 10011

Color Harmonies of #485110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485110

Black with #485110

Text Example


Text Example

White with #485110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485110; }

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

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

background-color css

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

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

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

border-color css

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

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

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