Html Css Color HEX #20614A Evening Sea

📋 copy color: '#20614A'

red 32 ◦ green 97 ◦ blue 74

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

Shades of Evening Sea #20614A

Tints of Evening Sea #20614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 15.76%
G = 47.78%
B = 36.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#20614A (or 0x20614A) is known color: Evening Sea. HEX triplet: 20, 61 and 4A. RGB value is (32,97,74). Sum of RGB (Red+Green+Blue) = 32+97+74=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #20614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20614A is #DF9EB5. Grayscale: #4A4A4A. Windows color (decimal): -14655158 or 4874528. OLE color: 4874528.

HSL color Cylindrical-coordinate representation of color #20614A: hue angle of 158.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20614A is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 97 74 -
CMYK 0.67 0 0.24 0.62
HSL 158.77º 0.5% 0.25% -
HSV(B) 158.77º 0.67% 0.38% -
XYZ 6.11 9.35 7.96 -
YUV 74.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 32 97 74 0.67 0 0.24 0.62 158.77 0.5 0.25
Hex 20 61 4A 43 0 18 3E 9F 32 19
Octal 40 141 112 103 0 30 76 237 62 31
Binary 100000 1100001 1001010 1000011 0 11000 111110 10011111 110010 11001

Color Harmonies of #20614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20614A

Black with #20614A

Text Example


Text Example

White with #20614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20614A; }

 p { color: rgb(32,97,74); }

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

background-color css

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

 a { background-color: rgb(32,97,74); }

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

border-color css

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

 span { border-color: rgb(32,97,74); }

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