#329B03

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

Shades of La Palma #329B03

Tints of La Palma #329B03

Color information

#329B03 (or 0x329B03) is unknown color: approx La Palma. HEX triplet: 32, 9B and 03. RGB value is (50,155,3). Sum of RGB (Red+Green+Blue) = 50+155+3=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #329B03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B03 is #CD64FC. Grayscale: #6A6A6A. Windows color (decimal): -13460733 or 236338. OLE color: 236338.

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

Color convert

RGB501553-
CMYK0.6800.980.39
HSL101.45º96.2%30.98%-
HSV(B)101.45º98.06%60.78%-
XYZ13.0524.134.06-
YUV106.2869.7187.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 155 (60.94% from 255) = 74.52%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=24.04%
G=74.52%
B=1.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5015530.6800.980.39101.4596.230.98
Hex329B3440622765601f
Octal62233310401424714514037
Binary11001010011011111000100011000101001111100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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