#135C4A

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

Shades of Evening Sea #135C4A

Tints of Evening Sea #135C4A

Color information

#135C4A (or 0x135C4A) is unknown color: approx Evening Sea. HEX triplet: 13, 5C and 4A. RGB value is (19,92,74). Sum of RGB (Red+Green+Blue) = 19+92+74=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #135C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C4A is #ECA3B5. Grayscale: #444444. Windows color (decimal): -15508406 or 4873235. OLE color: 4873235.

HSL color Cylindrical-coordinate representation of color #135C4A: hue angle of 165.21º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C4A is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB199274-
CMYK0.7900.200.64
HSL165.21º65.77%21.76%-
HSV(B)165.21º79.35%36.08%-
XYZ5.338.297.8-
YUV68.12131.3292.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 92 (36.33% from 255) = 49.73%
BLUE value IS 74 (29.30% from 255) = 40%
R=10.27%
G=49.73%
B=40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992740.7900.200.64165.2165.7721.76
Hex135C4A4F01440a54216
Octal2313411211702410024510226
Binary10011101110010010101001111010100100000010100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135C4A; }

 p { color: rgb(19,92,74); }

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

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

 a { background-color: rgb(19,92,74); }

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

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

 span { border-color: rgb(19,92,74); }

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