Html Css Color HEX #20634A Evening Sea

📋 copy color: '#20634A'

red 32 ◦ green 99 ◦ blue 74

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

Shades of Evening Sea #20634A

Tints of Evening Sea #20634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.29%

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

R = 15.61%
G = 48.29%
B = 36.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#20634A (or 0x20634A) is known color: Evening Sea. HEX triplet: 20, 63 and 4A. RGB value is (32,99,74). Sum of RGB (Red+Green+Blue) = 32+99+74=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #20634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20634A is #DF9CB5. Grayscale: #4C4C4C. Windows color (decimal): -14654646 or 4875040. OLE color: 4875040.

HSL color Cylindrical-coordinate representation of color #20634A: hue angle of 157.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20634A is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 99 74 -
CMYK 0.68 0 0.25 0.61
HSL 157.61º 0.51% 0.26% -
HSV(B) 157.61º 0.68% 0.39% -
XYZ 6.29 9.73 8.02 -
YUV 76.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 32 99 74 0.68 0 0.25 0.61 157.61 0.51 0.26
Hex 20 63 4A 44 0 19 3D 9E 33 1A
Octal 40 143 112 104 0 31 75 236 63 32
Binary 100000 1100011 1001010 1000100 0 11001 111101 10011110 110011 11010

Color Harmonies of #20634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20634A

Black with #20634A

Text Example


Text Example

White with #20634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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