Html Css Color HEX #145948 Evening Sea

📋 copy color: '#145948'

red 20 ◦ green 89 ◦ blue 72

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

Shades of Evening Sea #145948

Tints of Evening Sea #145948

RGB

 RED value IS 20 (8.2% from 255) = 11.05%

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

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

R = 11.05%
G = 49.17%
B = 39.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#145948 (or 0x145948) is known color: Evening Sea. HEX triplet: 14, 59 and 48. RGB value is (20,89,72). Sum of RGB (Red+Green+Blue) = 20+89+72=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #145948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145948 is #EBA6B7. Grayscale: #424242. Windows color (decimal): -15443640 or 4741396. OLE color: 4741396.

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

Color convert

RGB 20 89 72 -
CMYK 0.78 0 0.19 0.65
HSL 165.22º 0.63% 0.21% -
HSV(B) 165.22º 0.78% 0.35% -
XYZ 5.03 7.76 7.36 -
YUV 66.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 20 89 72 0.78 0 0.19 0.65 165.22 0.63 0.21
Hex 14 59 48 4E 0 13 41 A5 3F 15
Octal 24 131 110 116 0 23 101 245 77 25
Binary 10100 1011001 1001000 1001110 0 10011 1000001 10100101 111111 10101

Color Harmonies of #145948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145948

Black with #145948

Text Example


Text Example

White with #145948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145948; }

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

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

background-color css

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

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

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

border-color css

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

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

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