#256054

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

Shades of Eden #256054

Tints of Eden #256054

Color information

#256054 (or 0x256054) is unknown color: approx Eden. HEX triplet: 25, 60 and 54. RGB value is (37,96,84). Sum of RGB (Red+Green+Blue) = 37+96+84=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #256054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256054 is #DA9FAB. Grayscale: #4C4C4C. Windows color (decimal): -14327724 or 5529637. OLE color: 5529637.

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

Color convert

RGB379684-
CMYK0.6100.120.62
HSL167.8º44.36%26.08%-
HSV(B)167.8º61.46%37.65%-
XYZ6.559.49.86-
YUV76.99131.9599.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=17.05%
G=44.24%
B=38.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796840.6100.120.62167.844.3626.08
Hex2560543D0C3Ea82c1a
Octal4514012475014762505432
Binary10010111000001010100111101011001111101010100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256054; }

 p { color: rgb(37,96,84); }

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

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

 a { background-color: rgb(37,96,84); }

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

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

 span { border-color: rgb(37,96,84); }

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