Html Css Color HEX #135948 Evening Sea

📋 copy color: '#135948'

red 19 ◦ green 89 ◦ blue 72

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

Shades of Evening Sea #135948

Tints of Evening Sea #135948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40%

R = 10.56%
G = 49.44%
B = 40%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#135948 (or 0x135948) is known color: Evening Sea. HEX triplet: 13, 59 and 48. RGB value is (19,89,72). Sum of RGB (Red+Green+Blue) = 19+89+72=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #135948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135948 is #ECA6B7. Grayscale: #424242. Windows color (decimal): -15509176 or 4741395. OLE color: 4741395.

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

Color convert

RGB 19 89 72 -
CMYK 0.79 0 0.19 0.65
HSL 165.43º 0.65% 0.21% -
HSV(B) 165.43º 0.79% 0.35% -
XYZ 5.01 7.75 7.36 -
YUV 66.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 19 89 72 0.79 0 0.19 0.65 165.43 0.65 0.21
Hex 13 59 48 4F 0 13 41 A5 41 15
Octal 23 131 110 117 0 23 101 245 101 25
Binary 10011 1011001 1001000 1001111 0 10011 1000001 10100101 1000001 10101

Color Harmonies of #135948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135948

Black with #135948

Text Example


Text Example

White with #135948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135948; }

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

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

background-color css

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

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

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

border-color css

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

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

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