Html Css Color HEX #135B44 Jewel

📋 copy color: '#135B44'

red 19 ◦ green 91 ◦ blue 68

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

Shades of Jewel #135B44

Tints of Jewel #135B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.12%

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

R = 10.67%
G = 51.12%
B = 38.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#135B44 (or 0x135B44) is known color: Jewel. HEX triplet: 13, 5B and 44. RGB value is (19,91,68). Sum of RGB (Red+Green+Blue) = 19+91+68=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #135B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B44 is #ECA4BB. Grayscale: #424242. Windows color (decimal): -15508668 or 4479763. OLE color: 4479763.

HSL color Cylindrical-coordinate representation of color #135B44: hue angle of 160.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B44 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 68 -
CMYK 0.79 0 0.25 0.64
HSL 160.83º 0.65% 0.22% -
HSV(B) 160.83º 0.79% 0.36% -
XYZ 5.05 8.04 6.75 -
YUV 66.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 19 91 68 0.79 0 0.25 0.64 160.83 0.65 0.22
Hex 13 5B 44 4F 0 19 40 A1 41 16
Octal 23 133 104 117 0 31 100 241 101 26
Binary 10011 1011011 1000100 1001111 0 11001 1000000 10100001 1000001 10110

Color Harmonies of #135B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B44

Black with #135B44

Text Example


Text Example

White with #135B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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