Html Css Color HEX #135E4A Jewel

📋 copy color: '#135E4A'

red 19 ◦ green 94 ◦ blue 74

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

Shades of Jewel #135E4A

Tints of Jewel #135E4A

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.3% from 255) = 39.57%

R = 10.16%
G = 50.27%
B = 39.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#135E4A (or 0x135E4A) is known color: 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

RGB 19 94 74 -
CMYK 0.80 0 0.21 0.63
HSL 164º 0.66% 0.22% -
HSV(B) 164º 0.8% 0.37% -
XYZ 5.51 8.64 7.86 -
YUV 69.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 19 94 74 0.80 0 0.21 0.63 164 0.66 0.22
Hex 13 5E 4A 50 0 15 3F A4 42 16
Octal 23 136 112 120 0 25 77 244 102 26
Binary 10011 1011110 1001010 1010000 0 10101 111111 10100100 1000010 10110

Color Harmonies of #135E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E4A

Black with #135E4A

Text Example


Text Example

White with #135E4A

Text Example


Text Example

HTML Codes & Css Web 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>