#329E06

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

Shades of Kelly Green #329E06

Tints of Kelly Green #329E06

Color information

#329E06 (or 0x329E06) is unknown color: approx Kelly Green. HEX triplet: 32, 9E and 06. RGB value is (50,158,6). Sum of RGB (Red+Green+Blue) = 50+158+6=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 158 (62.11% from 255 or 73.83% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 158 - color contains mainly: green. Hex color #329E06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329E06 is #CD61F9. Grayscale: #6C6C6C. Windows color (decimal): -13459962 or 433714. OLE color: 433714.

HSL color Cylindrical-coordinate representation of color #329E06: hue angle of 102.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #329E06 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB501586-
CMYK0.6800.960.38
HSL102.63º92.68%32.16%-
HSV(B)102.63º96.2%61.96%-
XYZ13.5825.144.31-
YUV108.3870.2286.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 158 (62.11% from 255) = 73.83%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=23.36%
G=73.83%
B=2.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5015860.6800.960.38102.6392.6832.16
Hex329E64406026675d20
Octal62236610401404614713540
Binary1100101001111011010001000110000010011011001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329E06; }

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

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

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

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

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

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

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

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