Html Css Color HEX #135744 Jewel

📋 copy color: '#135744'

red 19 ◦ green 87 ◦ blue 68

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

Shades of Jewel #135744

Tints of Jewel #135744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 10.92%
G = 50%
B = 39.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#135744 (or 0x135744) is known color: Jewel. HEX triplet: 13, 57 and 44. RGB value is (19,87,68). Sum of RGB (Red+Green+Blue) = 19+87+68=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #135744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135744 is #ECA8BB. Grayscale: #404040. Windows color (decimal): -15509692 or 4478739. OLE color: 4478739.

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

Color convert

RGB 19 87 68 -
CMYK 0.78 0 0.22 0.66
HSL 163.24º 0.64% 0.21% -
HSV(B) 163.24º 0.78% 0.34% -
XYZ 4.72 7.37 6.64 -
YUV 64.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 19 87 68 0.78 0 0.22 0.66 163.24 0.64 0.21
Hex 13 57 44 4E 0 16 42 A3 40 15
Octal 23 127 104 116 0 26 102 243 100 25
Binary 10011 1010111 1000100 1001110 0 10110 1000010 10100011 1000000 10101

Color Harmonies of #135744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135744

Black with #135744

Text Example


Text Example

White with #135744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135744; }

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

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

background-color css

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

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

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

border-color css

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

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

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