#206640

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

Shades of Green Pea #206640

Tints of Green Pea #206640

Color information

#206640 (or 0x206640) is unknown color: approx Green Pea. HEX triplet: 20, 66 and 40. RGB value is (32,102,64). Sum of RGB (Red+Green+Blue) = 32+102+64=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #206640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206640 is #DF99BF. Grayscale: #4C4C4C. Windows color (decimal): -14653888 or 4220448. OLE color: 4220448.

HSL color Cylindrical-coordinate representation of color #206640: hue angle of 147.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206640 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB3210264-
CMYK0.6900.370.6
HSL147.43º52.24%26.27%-
HSV(B)147.43º68.63%40%-
XYZ6.2710.186.48-
YUV76.74120.8196.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=16.16%
G=51.52%
B=32.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102640.6900.370.6147.4352.2426.27
Hex206640450253C93341a
Octal40146100105045742236432
Binary10000011001101000000100010101001011111001001001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206640; }

 p { color: rgb(32,102,64); }

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

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

 a { background-color: rgb(32,102,64); }

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

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

 span { border-color: rgb(32,102,64); }

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