Html Css Color HEX #135E46 Jewel

📋 copy color: '#135E46'

red 19 ◦ green 94 ◦ blue 70

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

Shades of Jewel #135E46

Tints of Jewel #135E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 51.37%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 10.38%
G = 51.37%
B = 38.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#135E46 (or 0x135E46) is known color: Jewel. HEX triplet: 13, 5E and 46. RGB value is (19,94,70). Sum of RGB (Red+Green+Blue) = 19+94+70=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 94 (37.11% from 255 or 51.37% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 94 - color contains mainly: green. Hex color #135E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E46 is #ECA1B9. Grayscale: #444444. Windows color (decimal): -15507898 or 4611603. OLE color: 4611603.

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

Color convert

RGB 19 94 70 -
CMYK 0.80 0 0.26 0.63
HSL 160.8º 0.66% 0.22% -
HSV(B) 160.8º 0.8% 0.37% -
XYZ 5.38 8.59 7.17 -
YUV 68.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 19 94 70 0.80 0 0.26 0.63 160.8 0.66 0.22
Hex 13 5E 46 50 0 1A 3F A1 42 16
Octal 23 136 106 120 0 32 77 241 102 26
Binary 10011 1011110 1000110 1010000 0 11010 111111 10100001 1000010 10110

Color Harmonies of #135E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E46

Black with #135E46

Text Example


Text Example

White with #135E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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