Html Css Color HEX #135743 Jewel

📋 copy color: '#135743'

red 19 ◦ green 87 ◦ blue 67

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

Shades of Jewel #135743

Tints of Jewel #135743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 10.98%
G = 50.29%
B = 38.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#135743 (or 0x135743) is known color: Jewel. HEX triplet: 13, 57 and 43. RGB value is (19,87,67). Sum of RGB (Red+Green+Blue) = 19+87+67=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #135743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135743 is #ECA8BC. Grayscale: #404040. Windows color (decimal): -15509693 or 4413203. OLE color: 4413203.

HSL color Cylindrical-coordinate representation of color #135743: hue angle of 162.35º 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 #135743 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 67 -
CMYK 0.78 0 0.23 0.66
HSL 162.35º 0.64% 0.21% -
HSV(B) 162.35º 0.78% 0.34% -
XYZ 4.69 7.36 6.48 -
YUV 64.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 19 87 67 0.78 0 0.23 0.66 162.35 0.64 0.21
Hex 13 57 43 4E 0 17 42 A2 40 15
Octal 23 127 103 116 0 27 102 242 100 25
Binary 10011 1010111 1000011 1001110 0 10111 1000010 10100010 1000000 10101

Color Harmonies of #135743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135743

Black with #135743

Text Example


Text Example

White with #135743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135743; }

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

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

background-color css

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

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

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

border-color css

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

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

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