#206641

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

Shades of Green Pea #206641

Tints of Green Pea #206641

Color information

#206641 (or 0x206641) is unknown color: approx Green Pea. HEX triplet: 20, 66 and 41. RGB value is (32,102,65). Sum of RGB (Red+Green+Blue) = 32+102+65=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #206641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206641 is #DF99BE. Grayscale: #4C4C4C. Windows color (decimal): -14653887 or 4285984. OLE color: 4285984.

HSL color Cylindrical-coordinate representation of color #206641: hue angle of 148.29º 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 #206641 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB3210265-
CMYK0.6900.360.6
HSL148.29º52.24%26.27%-
HSV(B)148.29º68.63%40%-
XYZ6.310.196.64-
YUV76.85121.3196.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=16.08%
G=51.26%
B=32.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102650.6900.360.6148.2952.2426.27
Hex206641450243C94341a
Octal40146101105044742246432
Binary10000011001101000001100010101001001111001001010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206641; }

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

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

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

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

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

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

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

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