Html Css Color HEX #135D47 Jewel

📋 copy color: '#135D47'

red 19 ◦ green 93 ◦ blue 71

#135D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #135D47

Tints of Jewel #135D47

RGB

 RED value IS 19 (7.81% from 255) = 10.38%

 GREEN value IS 93 (36.72% from 255) = 50.82%

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 10.38%
G = 50.82%
B = 38.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#135D47 (or 0x135D47) is known color: Jewel. HEX triplet: 13, 5D and 47. RGB value is (19,93,71). Sum of RGB (Red+Green+Blue) = 19+93+71=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #135D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D47 is #ECA2B8. Grayscale: #444444. Windows color (decimal): -15508153 or 4676883. OLE color: 4676883.

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

Color convert

RGB 19 93 71 -
CMYK 0.80 0 0.24 0.64
HSL 162.16º 0.66% 0.22% -
HSV(B) 162.16º 0.8% 0.36% -
XYZ 5.32 8.42 7.31 -
YUV 68.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 19 93 71 0.80 0 0.24 0.64 162.16 0.66 0.22
Hex 13 5D 47 50 0 18 40 A2 42 16
Octal 23 135 107 120 0 30 100 242 102 26
Binary 10011 1011101 1000111 1010000 0 11000 1000000 10100010 1000010 10110

Color Harmonies of #135D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D47

Black with #135D47

Text Example


Text Example

White with #135D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #135D47;
 }
 .AnyTagClassName
 {
   color: #135D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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