#135E4A

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

Shades of Jewel #135E4A

Tints of Jewel #135E4A

Color information

#135E4A (or 0x135E4A) is unknown color: approx Jewel. HEX triplet: 13, 5E and 4A. RGB value is (19,94,74). Sum of RGB (Red+Green+Blue) = 19+94+74=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #135E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E4A is #ECA1B5. Grayscale: #454545. Windows color (decimal): -15507894 or 4873747. OLE color: 4873747.

HSL color Cylindrical-coordinate representation of color #135E4A: hue angle of 164º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E4A is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB199474-
CMYK0.8000.210.63
HSL164º66.37%22.16%-
HSV(B)164º79.79%36.86%-
XYZ5.518.647.86-
YUV69.29130.6592.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 94 (37.11% from 255) = 50.27%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=10.16%
G=50.27%
B=39.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994740.8000.210.6316466.3722.16
Hex135E4A500153Fa44216
Octal231361121200257724410226
Binary1001110111101001010101000001010111111110100100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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