#256B55

Color #256B55 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #256B55

Tints of Eden #256B55

Color information

#256B55 (or 0x256B55) is unknown color: approx Eden. HEX triplet: 25, 6B and 55. RGB value is (37,107,85). Sum of RGB (Red+Green+Blue) = 37+107+85=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #256B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B55 is #DA94AA. Grayscale: #535353. Windows color (decimal): -14324907 or 5597989. OLE color: 5597989.

HSL color Cylindrical-coordinate representation of color #256B55: hue angle of 161.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B55 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB3710785-
CMYK0.6500.210.58
HSL161.14º48.61%28.24%-
HSV(B)161.14º65.42%41.96%-
XYZ7.6611.5610.42-
YUV83.56128.8194.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 107 (42.19% from 255) = 46.72%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=16.16%
G=46.72%
B=37.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107850.6500.210.58161.1448.6128.24
Hex256B55410153Aa1311c
Octal45153125101025722416134
Binary1001011101011101010110000010101011110101010000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256B55; }

 p { color: rgb(37,107,85); }

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

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

 a { background-color: rgb(37,107,85); }

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

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

 span { border-color: rgb(37,107,85); }

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