#265C47

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

Shades of Evening Sea #265C47

Tints of Evening Sea #265C47

Color information

#265C47 (or 0x265C47) is unknown color: approx Evening Sea. HEX triplet: 26, 5C and 47. RGB value is (38,92,71). Sum of RGB (Red+Green+Blue) = 38+92+71=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #265C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C47 is #D9A3B8. Grayscale: #494949. Windows color (decimal): -14263225 or 4676646. OLE color: 4676646.

HSL color Cylindrical-coordinate representation of color #265C47: 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 #265C47 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB389271-
CMYK0.5900.230.64
HSL156.67º41.54%25.49%-
HSV(B)156.67º58.7%36.08%-
XYZ5.768.527.3-
YUV73.46126.61102.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=18.91%
G=45.77%
B=35.32%

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
Decimal3892710.5900.230.64156.6741.5425.49
Hex265C473B017409d2a19
Octal46134107730271002355231
Binary1001101011100100011111101101011110000001001110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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