Html Css Color HEX #135745 Jewel

📋 copy color: '#135745'

red 19 ◦ green 87 ◦ blue 69

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

Shades of Jewel #135745

Tints of Jewel #135745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.71%

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

R = 10.86%
G = 49.71%
B = 39.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#135745 (or 0x135745) is known color: Jewel. HEX triplet: 13, 57 and 45. RGB value is (19,87,69). Sum of RGB (Red+Green+Blue) = 19+87+69=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #135745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135745 is #ECA8BA. Grayscale: #404040. Windows color (decimal): -15509691 or 4544275. OLE color: 4544275.

HSL color Cylindrical-coordinate representation of color #135745: hue angle of 164.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135745 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 69 -
CMYK 0.78 0 0.21 0.66
HSL 164.12º 0.64% 0.21% -
HSV(B) 164.12º 0.78% 0.34% -
XYZ 4.75 7.38 6.81 -
YUV 64.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 19 87 69 0.78 0 0.21 0.66 164.12 0.64 0.21
Hex 13 57 45 4E 0 15 42 A4 40 15
Octal 23 127 105 116 0 25 102 244 100 25
Binary 10011 1010111 1000101 1001110 0 10101 1000010 10100100 1000000 10101

Color Harmonies of #135745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135745

Black with #135745

Text Example


Text Example

White with #135745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135745; }

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

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

background-color css

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

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

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

border-color css

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

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

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