#216348

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

Shades of Green Pea #216348

Tints of Green Pea #216348

Color information

#216348 (or 0x216348) is unknown color: approx Green Pea. HEX triplet: 21, 63 and 48. RGB value is (33,99,72). Sum of RGB (Red+Green+Blue) = 33+99+72=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #216348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216348 is #DE9CB7. Grayscale: #4C4C4C. Windows color (decimal): -14589112 or 4743969. OLE color: 4743969.

HSL color Cylindrical-coordinate representation of color #216348: hue angle of 155.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216348 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB339972-
CMYK0.6700.270.61
HSL155.45º50%25.88%-
HSV(B)155.45º66.67%38.82%-
XYZ6.269.717.68-
YUV76.19125.6397.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=16.18%
G=48.53%
B=35.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399720.6700.270.61155.455025.88
Hex2163484301B3D9b321a
Octal41143110103033752336232
Binary1000011100011100100010000110110111111011001101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216348; }

 p { color: rgb(33,99,72); }

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

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

 a { background-color: rgb(33,99,72); }

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

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

 span { border-color: rgb(33,99,72); }

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