Html Css Color HEX #135944 Jewel

📋 copy color: '#135944'

red 19 ◦ green 89 ◦ blue 68

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

Shades of Jewel #135944

Tints of Jewel #135944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.57%

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

R = 10.8%
G = 50.57%
B = 38.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#135944 (or 0x135944) is known color: Jewel. HEX triplet: 13, 59 and 44. RGB value is (19,89,68). Sum of RGB (Red+Green+Blue) = 19+89+68=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #135944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135944 is #ECA6BB. Grayscale: #414141. Windows color (decimal): -15509180 or 4479251. OLE color: 4479251.

HSL color Cylindrical-coordinate representation of color #135944: hue angle of 162º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135944 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 68 -
CMYK 0.79 0 0.24 0.65
HSL 162º 0.65% 0.21% -
HSV(B) 162º 0.79% 0.35% -
XYZ 4.88 7.7 6.7 -
YUV 65.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 19 89 68 0.79 0 0.24 0.65 162 0.65 0.21
Hex 13 59 44 4F 0 18 41 A2 41 15
Octal 23 131 104 117 0 30 101 242 101 25
Binary 10011 1011001 1000100 1001111 0 11000 1000001 10100010 1000001 10101

Color Harmonies of #135944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135944

Black with #135944

Text Example


Text Example

White with #135944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135944; }

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

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

background-color css

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

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

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

border-color css

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

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

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