Html Css Color HEX #486110 Verdun Green

📋 copy color: '#486110'

red 72 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #486110

Tints of Verdun Green #486110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

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

R = 38.92%
G = 52.43%
B = 8.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#486110 (or 0x486110) is known color: Verdun Green. HEX triplet: 48, 61 and 10. RGB value is (72,97,16). Sum of RGB (Red+Green+Blue) = 72+97+16=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #486110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486110 is #B79EEF. Grayscale: #505050. Windows color (decimal): -12033776 or 1073480. OLE color: 1073480.

HSL color Cylindrical-coordinate representation of color #486110: hue angle of 78.52º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #486110 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 16 -
CMYK 0.26 0 0.84 0.62
HSL 78.52º 0.72% 0.22% -
HSV(B) 78.52º 0.84% 0.38% -
XYZ 7.04 9.96 2.04 -
YUV 80.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 72 97 16 0.26 0 0.84 0.62 78.52 0.72 0.22
Hex 48 61 10 1A 0 54 3E 4F 48 16
Octal 110 141 20 32 0 124 76 117 110 26
Binary 1001000 1100001 10000 11010 0 1010100 111110 1001111 1001000 10110

Color Harmonies of #486110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486110

Black with #486110

Text Example


Text Example

White with #486110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486110; }

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

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

background-color css

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

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

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

border-color css

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

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

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