Html Css Color HEX #135F45 Jewel

📋 copy color: '#135F45'

red 19 ◦ green 95 ◦ blue 69

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

Shades of Jewel #135F45

Tints of Jewel #135F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.91%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 10.38%
G = 51.91%
B = 37.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#135F45 (or 0x135F45) is known color: Jewel. HEX triplet: 13, 5F and 45. RGB value is (19,95,69). Sum of RGB (Red+Green+Blue) = 19+95+69=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #135F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F45 is #ECA0BA. Grayscale: #454545. Windows color (decimal): -15507643 or 4546323. OLE color: 4546323.

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

Color convert

RGB 19 95 69 -
CMYK 0.80 0 0.27 0.63
HSL 159.47º 0.67% 0.22% -
HSV(B) 159.47º 0.8% 0.37% -
XYZ 5.43 8.75 7.03 -
YUV 69.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 19 95 69 0.80 0 0.27 0.63 159.47 0.67 0.22
Hex 13 5F 45 50 0 1B 3F 9F 43 16
Octal 23 137 105 120 0 33 77 237 103 26
Binary 10011 1011111 1000101 1010000 0 11011 111111 10011111 1000011 10110

Color Harmonies of #135F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F45

Black with #135F45

Text Example


Text Example

White with #135F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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