#135D45

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

Shades of Jewel #135D45

Tints of Jewel #135D45

Color information

#135D45 (or 0x135D45) is unknown color: approx Jewel. HEX triplet: 13, 5D and 45. RGB value is (19,93,69). Sum of RGB (Red+Green+Blue) = 19+93+69=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #135D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D45 is #ECA2BA. Grayscale: #444444. Windows color (decimal): -15508155 or 4545811. OLE color: 4545811.

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

Color convert

RGB199369-
CMYK0.8000.260.64
HSL160.54º66.07%21.96%-
HSV(B)160.54º79.57%36.47%-
XYZ5.268.46.97-
YUV68.14128.4892.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 93 (36.72% from 255) = 51.38%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=10.50%
G=51.38%
B=38.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1993690.8000.260.64160.5466.0721.96
Hex135D455001A40a14216
Octal2313510512003210024110226
Binary10011101110110001011010000011010100000010100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,69); }

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

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

 a { background-color: rgb(19,93,69); }

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

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

 span { border-color: rgb(19,93,69); }

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