#206341

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

Shades of Green Pea #206341

Tints of Green Pea #206341

Color information

#206341 (or 0x206341) is unknown color: approx Green Pea. HEX triplet: 20, 63 and 41. RGB value is (32,99,65). Sum of RGB (Red+Green+Blue) = 32+99+65=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #206341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206341 is #DF9CBE. Grayscale: #4B4B4B. Windows color (decimal): -14654655 or 4285216. OLE color: 4285216.

HSL color Cylindrical-coordinate representation of color #206341: hue angle of 149.55º 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 #206341 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB329965-
CMYK0.6800.340.61
HSL149.55º51.15%25.69%-
HSV(B)149.55º67.68%38.82%-
XYZ6.019.616.54-
YUV75.09122.397.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=16.33%
G=50.51%
B=33.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299650.6800.340.61149.5551.1525.69
Hex206341440223D96331a
Octal40143101104042752266332
Binary10000011000111000001100010001000101111011001011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206341; }

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

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

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

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

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

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

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

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