Html Css Color HEX #135B49 Evening Sea

📋 copy color: '#135B49'

red 19 ◦ green 91 ◦ blue 73

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

Shades of Evening Sea #135B49

Tints of Evening Sea #135B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 10.38%
G = 49.73%
B = 39.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#135B49 (or 0x135B49) is known color: Evening Sea. HEX triplet: 13, 5B and 49. RGB value is (19,91,73). Sum of RGB (Red+Green+Blue) = 19+91+73=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #135B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B49 is #ECA4B6. Grayscale: #434343. Windows color (decimal): -15508663 or 4807443. OLE color: 4807443.

HSL color Cylindrical-coordinate representation of color #135B49: hue angle of 165º 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 #135B49 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 73 -
CMYK 0.79 0 0.20 0.64
HSL 165º 0.65% 0.22% -
HSV(B) 165º 0.79% 0.36% -
XYZ 5.21 8.1 7.59 -
YUV 67.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 19 91 73 0.79 0 0.20 0.64 165 0.65 0.22
Hex 13 5B 49 4F 0 14 40 A5 41 16
Octal 23 133 111 117 0 24 100 245 101 26
Binary 10011 1011011 1001001 1001111 0 10100 1000000 10100101 1000001 10110

Color Harmonies of #135B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B49

Black with #135B49

Text Example


Text Example

White with #135B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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