Html Css Color HEX #135D46 Jewel

📋 copy color: '#135D46'

red 19 ◦ green 93 ◦ blue 70

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

Shades of Jewel #135D46

Tints of Jewel #135D46

RGB

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

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

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

R = 10.44%
G = 51.1%
B = 38.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#135D46 (or 0x135D46) is known color: Jewel. HEX triplet: 13, 5D and 46. RGB value is (19,93,70). Sum of RGB (Red+Green+Blue) = 19+93+70=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #135D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D46 is #ECA2B9. Grayscale: #444444. Windows color (decimal): -15508154 or 4611347. OLE color: 4611347.

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

Color convert

RGB 19 93 70 -
CMYK 0.80 0 0.25 0.64
HSL 161.35º 0.66% 0.22% -
HSV(B) 161.35º 0.8% 0.36% -
XYZ 5.29 8.41 7.14 -
YUV 68.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 19 93 70 0.80 0 0.25 0.64 161.35 0.66 0.22
Hex 13 5D 46 50 0 19 40 A1 42 16
Octal 23 135 106 120 0 31 100 241 102 26
Binary 10011 1011101 1000110 1010000 0 11001 1000000 10100001 1000010 10110

Color Harmonies of #135D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D46

Black with #135D46

Text Example


Text Example

White with #135D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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