#3F8532

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

Shades of La Palma #3F8532

Tints of La Palma #3F8532

Color information

#3F8532 (or 0x3F8532) is unknown color: approx La Palma. HEX triplet: 3F, 85 and 32. RGB value is (63,133,50). Sum of RGB (Red+Green+Blue) = 63+133+50=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8532 is #C07ACD. Grayscale: #666666. Windows color (decimal): -12614350 or 3310911. OLE color: 3310911.

HSL color Cylindrical-coordinate representation of color #3F8532: hue angle of 110.6º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F8532 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB6313350-
CMYK0.5300.620.48
HSL110.6º45.36%35.88%-
HSV(B)110.6º62.41%52.16%-
XYZ11.0118.065.92-
YUV102.6198.3199.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=25.61%
G=54.07%
B=20.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133500.5300.620.48110.645.3635.88
Hex3F85323503E306f2d24
Octal772056265076601575544
Binary1111111000010111001011010101111101100001101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8532; }

 p { color: rgb(63,133,50); }

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

<style>
 a { background-color: #3F8532; }

 a { background-color: rgb(63,133,50); }

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

<style>
 span { border-color: #3F8532; }

 span { border-color: rgb(63,133,50); }

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