Html Css Color HEX #135D45 Jewel

📋 copy color: '#135D45'

red 19 ◦ green 93 ◦ blue 69

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

Shades of Jewel #135D45

Tints of Jewel #135D45

RGB

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

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

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

R = 10.5%
G = 51.38%
B = 38.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#135D45 (or 0x135D45) is known color: Jewel. HEX triplet: 13, 5D and 45. RGB value is (19,93,69). Sum of RGB (Red+Green+Blue) = 19+93+69=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #135D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D45 is #ECA2BA. Grayscale: #444444. Windows color (decimal): -15508155 or 4545811. OLE color: 4545811.

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

Color convert

RGB 19 93 69 -
CMYK 0.80 0 0.26 0.64
HSL 160.54º 0.66% 0.22% -
HSV(B) 160.54º 0.8% 0.36% -
XYZ 5.26 8.4 6.97 -
YUV 68.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 19 93 69 0.80 0 0.26 0.64 160.54 0.66 0.22
Hex 13 5D 45 50 0 1A 40 A1 42 16
Octal 23 135 105 120 0 32 100 241 102 26
Binary 10011 1011101 1000101 1010000 0 11010 1000000 10100001 1000010 10110

Color Harmonies of #135D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D45

Black with #135D45

Text Example


Text Example

White with #135D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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