#216540

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

Shades of Green Pea #216540

Tints of Green Pea #216540

Color information

#216540 (or 0x216540) is unknown color: approx Green Pea. HEX triplet: 21, 65 and 40. RGB value is (33,101,64). Sum of RGB (Red+Green+Blue) = 33+101+64=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #216540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216540 is #DE9ABF. Grayscale: #4C4C4C. Windows color (decimal): -14588608 or 4220193. OLE color: 4220193.

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

Color convert

RGB3310164-
CMYK0.6700.370.60
HSL147.35º50.75%26.27%-
HSV(B)147.35º67.33%39.61%-
XYZ6.21106.45-
YUV76.45120.9797.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 101 (39.84% from 255) = 51.01%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=16.67%
G=51.01%
B=32.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33101640.6700.370.60147.3550.7526.27
Hex216540430253C93331a
Octal41145100103045742236332
Binary10000111001011000000100001101001011111001001001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216540; }

 p { color: rgb(33,101,64); }

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

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

 a { background-color: rgb(33,101,64); }

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

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

 span { border-color: rgb(33,101,64); }

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