#206144

Color #206144 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #206144

Tints of Green Pea #206144

Color information

#206144 (or 0x206144) is unknown color: approx Green Pea. HEX triplet: 20, 61 and 44. RGB value is (32,97,68). Sum of RGB (Red+Green+Blue) = 32+97+68=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #206144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206144 is #DF9EBB. Grayscale: #4A4A4A. Windows color (decimal): -14655164 or 4481312. OLE color: 4481312.

HSL color Cylindrical-coordinate representation of color #206144: hue angle of 153.23º 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 #206144 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB329768-
CMYK0.6700.300.62
HSL153.23º50.39%25.29%-
HSV(B)153.23º67.01%38.04%-
XYZ5.919.276.95-
YUV74.26124.4797.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=16.24%
G=49.24%
B=34.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297680.6700.300.62153.2350.3925.29
Hex2061444301E3E993219
Octal40141104103036762316231
Binary1000001100001100010010000110111101111101001100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206144; }

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

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

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

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

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

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

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

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