#255852

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

Shades of Eden #255852

Tints of Eden #255852

Color information

#255852 (or 0x255852) is unknown color: approx Eden. HEX triplet: 25, 58 and 52. RGB value is (37,88,82). Sum of RGB (Red+Green+Blue) = 37+88+82=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #255852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255852 is #DAA7AD. Grayscale: #484848. Windows color (decimal): -14329774 or 5396517. OLE color: 5396517.

HSL color Cylindrical-coordinate representation of color #255852: hue angle of 172.94º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255852 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB378882-
CMYK0.5800.070.65
HSL172.94º40.8%24.51%-
HSV(B)172.94º57.95%34.51%-
XYZ5.787.989.22-
YUV72.07133.6102.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=17.87%
G=42.51%
B=39.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788820.5800.070.65172.9440.824.51
Hex2558523A0741ad2919
Octal4513012272071012555131
Binary10010110110001010010111010011110000011010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255852; }

 p { color: rgb(37,88,82); }

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

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

 a { background-color: rgb(37,88,82); }

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

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

 span { border-color: rgb(37,88,82); }

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