#06A332

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

Shades of Dark Pastel Green #06A332

Tints of Dark Pastel Green #06A332

Color information

#06A332 (or 0x06A332) is unknown color: approx Dark Pastel Green. HEX triplet: 06, A3 and 32. RGB value is (6,163,50). Sum of RGB (Red+Green+Blue) = 6+163+50=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 163 (64.06% from 255 or 74.43% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 163 - color contains mainly: green. Hex color #06A332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A332 is #F95CCD. Grayscale: #676767. Windows color (decimal): -16342222 or 3318534. OLE color: 3318534.

HSL color Cylindrical-coordinate representation of color #06A332: hue angle of 136.82º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A332 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB616350-
CMYK0.9600.690.36
HSL136.82º92.9%33.14%-
HSV(B)136.82º96.32%63.92%-
XYZ13.7526.467.4-
YUV103.1897.9958.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 163 (64.06% from 255) = 74.43%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=2.74%
G=74.43%
B=22.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6163500.9600.690.36136.8292.933.14
Hex6A3326004524895d21
Octal62436214001054421113541
Binary11010100011110010110000001000101100100100010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A332; }

 p { color: rgb(6,163,50); }

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

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

 a { background-color: rgb(6,163,50); }

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

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

 span { border-color: rgb(6,163,50); }

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