#255C47

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

Shades of Evening Sea #255C47

Tints of Evening Sea #255C47

Color information

#255C47 (or 0x255C47) is unknown color: approx Evening Sea. HEX triplet: 25, 5C and 47. RGB value is (37,92,71). Sum of RGB (Red+Green+Blue) = 37+92+71=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #255C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C47 is #DAA3B8. Grayscale: #494949. Windows color (decimal): -14328761 or 4676645. OLE color: 4676645.

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

Color convert

RGB379271-
CMYK0.6000.230.64
HSL157.09º42.64%25.29%-
HSV(B)157.09º59.78%36.08%-
XYZ5.738.57.3-
YUV73.16126.78102.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=18.5%
G=46%
B=35.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792710.6000.230.64157.0942.6425.29
Hex255C473C017409d2b19
Octal45134107740271002355331
Binary1001011011100100011111110001011110000001001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,92,71); }

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

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

 a { background-color: rgb(37,92,71); }

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

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

 span { border-color: rgb(37,92,71); }

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