#10B332

Color #10B332 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10B332

Tints of Dark Pastel Green #10B332

Color information

#10B332 (or 0x10B332) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B3 and 32. RGB value is (16,179,50). Sum of RGB (Red+Green+Blue) = 16+179+50=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #10B332 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B332 is #EF4CCD. Grayscale: #737373. Windows color (decimal): -15682766 or 3322640. OLE color: 3322640.

HSL color Cylindrical-coordinate representation of color #10B332: hue angle of 132.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B332 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1617950-
CMYK0.9100.720.30
HSL132.52º83.59%38.24%-
HSV(B)132.52º91.06%70.2%-
XYZ16.9132.588.42-
YUV115.569156.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 179 (70.31% from 255) = 73.06%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=6.53%
G=73.06%
B=20.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16179500.9100.720.30132.5283.5938.24
Hex10B3325B0481E855426
Octal202636213301103620512446
Binary100001011001111001010110110100100011110100001011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B332; }

 p { color: rgb(16,179,50); }

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

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

 a { background-color: rgb(16,179,50); }

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

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

 span { border-color: rgb(16,179,50); }

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