#109352

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

Shades of Pigment Green #109352

Tints of Pigment Green #109352

Color information

#109352 (or 0x109352) is unknown color: approx Pigment Green. HEX triplet: 10, 93 and 52. RGB value is (16,147,82). Sum of RGB (Red+Green+Blue) = 16+147+82=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #109352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109352 is #EF6CAD. Grayscale: #646464. Windows color (decimal): -15690926 or 5411600. OLE color: 5411600.

HSL color Cylindrical-coordinate representation of color #109352: hue angle of 150.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109352 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1614782-
CMYK0.8900.440.42
HSL150.23º80.37%31.96%-
HSV(B)150.23º89.12%57.65%-
XYZ12.1721.5911.51-
YUV100.42117.667.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 147 (57.81% from 255) = 60%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=6.53%
G=60%
B=33.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16147820.8900.440.42150.2380.3731.96
Hex1093525902C2A965020
Octal202231221310545222612040
Binary1000010010011101001010110010101100101010100101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109352; }

 p { color: rgb(16,147,82); }

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

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

 a { background-color: rgb(16,147,82); }

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

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

 span { border-color: rgb(16,147,82); }

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