Html Css Color HEX #135949 Evening Sea

📋 copy color: '#135949'

red 19 ◦ green 89 ◦ blue 73

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

Shades of Evening Sea #135949

Tints of Evening Sea #135949

RGB

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

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

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

R = 10.5%
G = 49.17%
B = 40.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#135949 (or 0x135949) is known color: Evening Sea. HEX triplet: 13, 59 and 49. RGB value is (19,89,73). Sum of RGB (Red+Green+Blue) = 19+89+73=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #135949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135949 is #ECA6B6. Grayscale: #424242. Windows color (decimal): -15509175 or 4806931. OLE color: 4806931.

HSL color Cylindrical-coordinate representation of color #135949: hue angle of 166.29º 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 #135949 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 73 -
CMYK 0.79 0 0.18 0.65
HSL 166.29º 0.65% 0.21% -
HSV(B) 166.29º 0.79% 0.35% -
XYZ 5.04 7.76 7.54 -
YUV 66.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 19 89 73 0.79 0 0.18 0.65 166.29 0.65 0.21
Hex 13 59 49 4F 0 12 41 A6 41 15
Octal 23 131 111 117 0 22 101 246 101 25
Binary 10011 1011001 1001001 1001111 0 10010 1000001 10100110 1000001 10101

Color Harmonies of #135949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135949

Black with #135949

Text Example


Text Example

White with #135949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135949; }

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

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

background-color css

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

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

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

border-color css

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

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

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