Html Css Color HEX #20594B Evening Sea

📋 copy color: '#20594B'

red 32 ◦ green 89 ◦ blue 75

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

Shades of Evening Sea #20594B

Tints of Evening Sea #20594B

RGB

 RED value IS 32 (12.89% from 255) = 16.33%

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

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 16.33%
G = 45.41%
B = 38.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#20594B (or 0x20594B) is known color: Evening Sea. HEX triplet: 20, 59 and 4B. RGB value is (32,89,75). Sum of RGB (Red+Green+Blue) = 32+89+75=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #20594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20594B is #DFA6B4. Grayscale: #464646. Windows color (decimal): -14657205 or 4938016. OLE color: 4938016.

HSL color Cylindrical-coordinate representation of color #20594B: hue angle of 165.26º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20594B is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 75 -
CMYK 0.64 0 0.16 0.65
HSL 165.26º 0.47% 0.24% -
HSV(B) 165.26º 0.64% 0.35% -
XYZ 5.44 7.96 7.91 -
YUV 70.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 32 89 75 0.64 0 0.16 0.65 165.26 0.47 0.24
Hex 20 59 4B 40 0 10 41 A5 2F 18
Octal 40 131 113 100 0 20 101 245 57 30
Binary 100000 1011001 1001011 1000000 0 10000 1000001 10100101 101111 11000

Color Harmonies of #20594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20594B

Black with #20594B

Text Example


Text Example

White with #20594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20594B; }

 p { color: rgb(32,89,75); }

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

background-color css

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

 a { background-color: rgb(32,89,75); }

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

border-color css

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

 span { border-color: rgb(32,89,75); }

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