#486907

Color #486907 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #486907

Tints of Verdun Green #486907

Color information

#486907 (or 0x486907) is unknown color: approx Verdun Green. HEX triplet: 48, 69 and 07. RGB value is (72,105,7). Sum of RGB (Red+Green+Blue) = 72+105+7=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #486907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486907 is #B796F8. Grayscale: #545454. Windows color (decimal): -12031737 or 485704. OLE color: 485704.

HSL color Cylindrical-coordinate representation of color #486907: hue angle of 80.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #486907 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB721057-
CMYK0.3100.930.59
HSL80.2º87.5%21.96%-
HSV(B)80.2º93.33%41.18%-
XYZ7.7611.52.01-
YUV83.9684.57119.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 105 (41.41% from 255) = 57.07%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=39.13%
G=57.07%
B=3.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7210570.3100.930.5980.287.521.96
Hex486971F05D3B505816
Octal11015173701357312013026
Binary1001000110100111111111010111011110111010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486907; }

 p { color: rgb(72,105,7); }

 H1.HeaderClassName
 {
   color: #486907;
 }
 .AnyTagClassName
 {
   color: #486907;
 }
</style>
background-color css

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

 a { background-color: rgb(72,105,7); }

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

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

 span { border-color: rgb(72,105,7); }

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