#56695F

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

Shades of Viridian Green #56695F

Tints of Viridian Green #56695F

Color information

#56695F (or 0x56695F) is unknown color: approx Viridian Green. HEX triplet: 56, 69 and 5F. RGB value is (86,105,95). Sum of RGB (Red+Green+Blue) = 86+105+95=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #56695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695F is #A996A0. Grayscale: #626262. Windows color (decimal): -11114145 or 6252886. OLE color: 6252886.

HSL color Cylindrical-coordinate representation of color #56695F: hue angle of 148.42º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #56695F is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8610595-
CMYK0.1800.100.59
HSL148.42º9.95%37.45%-
HSV(B)148.42º18.1%41.18%-
XYZ10.9512.9112.74-
YUV98.18126.21119.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=30.07%
G=36.71%
B=33.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105950.1800.100.59148.429.9537.45
Hex56695F120A3B94a25
Octal12615113722012732241245
Binary1010110110100110111111001001010111011100101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56695F; }

 p { color: rgb(86,105,95); }

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

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

 a { background-color: rgb(86,105,95); }

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

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

 span { border-color: rgb(86,105,95); }

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