#329B07

Color #329B07 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #329B07

Tints of La Palma #329B07

Color information

#329B07 (or 0x329B07) is unknown color: approx La Palma. HEX triplet: 32, 9B and 07. RGB value is (50,155,7). Sum of RGB (Red+Green+Blue) = 50+155+7=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 155 (60.94% from 255 or 73.11% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 155 - color contains mainly: green. Hex color #329B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B07 is #CD64F8. Grayscale: #6B6B6B. Windows color (decimal): -13460729 or 498482. OLE color: 498482.

HSL color Cylindrical-coordinate representation of color #329B07: hue angle of 102.57º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #329B07 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB501557-
CMYK0.6800.950.39
HSL102.57º91.36%31.76%-
HSV(B)102.57º95.48%60.78%-
XYZ13.0824.144.17-
YUV106.7371.7187.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 155 (60.94% from 255) = 73.11%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=23.58%
G=73.11%
B=3.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5015570.6800.950.39102.5791.3631.76
Hex329B74405F27675b20
Octal62233710401374714713340
Binary1100101001101111110001000101111110011111001111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,7); }

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

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

 a { background-color: rgb(50,155,7); }

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

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

 span { border-color: rgb(50,155,7); }

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