#256C5A

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

Shades of Eden #256C5A

Tints of Eden #256C5A

Color information

#256C5A (or 0x256C5A) is unknown color: approx Eden. HEX triplet: 25, 6C and 5A. RGB value is (37,108,90). Sum of RGB (Red+Green+Blue) = 37+108+90=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #256C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C5A is #DA93A5. Grayscale: #545454. Windows color (decimal): -14324646 or 5925925. OLE color: 5925925.

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

Color convert

RGB3710890-
CMYK0.6600.170.58
HSL164.79º48.97%28.43%-
HSV(B)164.79º65.74%42.35%-
XYZ7.9711.8611.54-
YUV84.72130.9893.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=15.74%
G=45.96%
B=38.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108900.6600.170.58164.7948.9728.43
Hex256C5A420113Aa5311c
Octal45154132102021722456134
Binary1001011101100101101010000100100011110101010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,90); }

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

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

 a { background-color: rgb(37,108,90); }

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

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

 span { border-color: rgb(37,108,90); }

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