#20592A

Color #20592A Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #20592A

Tints of Parsley #20592A

Color information

#20592A (or 0x20592A) is unknown color: approx Parsley. HEX triplet: 20, 59 and 2A. RGB value is (32,89,42). Sum of RGB (Red+Green+Blue) = 32+89+42=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #20592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20592A is #DFA6D5. Grayscale: #424242. Windows color (decimal): -14657238 or 2775328. OLE color: 2775328.

HSL color Cylindrical-coordinate representation of color #20592A: hue angle of 130.53º 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 #20592A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB328942-
CMYK0.6400.530.65
HSL130.53º47.11%23.73%-
HSV(B)130.53º64.04%34.9%-
XYZ4.597.623.42-
YUV66.6114.12103.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 89 (35.16% from 255) = 54.60%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=19.63%
G=54.60%
B=25.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3289420.6400.530.65130.5347.1123.73
Hex20592A4003541832f18
Octal40131521000651012035730
Binary10000010110011010101000000011010110000011000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20592A;
 }
 .AnyTagClassName
 {
   color: #20592A;
 }
</style>
background-color css

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

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

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

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

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

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