#255B46

Color #255B46 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #255B46

Tints of Evening Sea #255B46

Color information

#255B46 (or 0x255B46) is unknown color: approx Evening Sea. HEX triplet: 25, 5B and 46. RGB value is (37,91,70). Sum of RGB (Red+Green+Blue) = 37+91+70=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #255B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255B46 is #DAA4B9. Grayscale: #484848. Windows color (decimal): -14329018 or 4610853. OLE color: 4610853.

HSL color Cylindrical-coordinate representation of color #255B46: hue angle of 156.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255B46 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB379170-
CMYK0.5900.230.64
HSL156.67º42.19%25.1%-
HSV(B)156.67º59.34%35.69%-
XYZ5.618.327.1-
YUV72.46126.61102.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=18.69%
G=45.96%
B=35.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791700.5900.230.64156.6742.1925.1
Hex255B463B017409d2a19
Octal45133106730271002355231
Binary1001011011011100011011101101011110000001001110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255B46; }

 p { color: rgb(37,91,70); }

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

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

 a { background-color: rgb(37,91,70); }

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

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

 span { border-color: rgb(37,91,70); }

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