#135C4C

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

Shades of Evening Sea #135C4C

Tints of Evening Sea #135C4C

Color information

#135C4C (or 0x135C4C) is unknown color: approx Evening Sea. HEX triplet: 13, 5C and 4C. RGB value is (19,92,76). Sum of RGB (Red+Green+Blue) = 19+92+76=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #135C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C4C is #ECA3B3. Grayscale: #444444. Windows color (decimal): -15508404 or 5004307. OLE color: 5004307.

HSL color Cylindrical-coordinate representation of color #135C4C: hue angle of 166.85º 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 #135C4C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB199276-
CMYK0.7900.170.64
HSL166.85º65.77%21.76%-
HSV(B)166.85º79.35%36.08%-
XYZ5.48.318.16-
YUV68.35132.3292.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 92 (36.33% from 255) = 49.20%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=10.16%
G=49.20%
B=40.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992760.7900.170.64166.8565.7721.76
Hex135C4C4F01140a74216
Octal2313411411702110024710226
Binary10011101110010011001001111010001100000010100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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