#3F8F0E

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

Shades of La Palma #3F8F0E

Tints of La Palma #3F8F0E

Color information

#3F8F0E (or 0x3F8F0E) is unknown color: approx La Palma. HEX triplet: 3F, 8F and 0E. RGB value is (63,143,14). Sum of RGB (Red+Green+Blue) = 63+143+14=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 143 (56.25% from 255 or 65% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8F0E is #C070F1. Grayscale: #686868. Windows color (decimal): -12611826 or 954175. OLE color: 954175.

HSL color Cylindrical-coordinate representation of color #3F8F0E: hue angle of 97.21º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F8F0E is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB6314314-
CMYK0.5600.900.44
HSL97.21º82.17%30.78%-
HSV(B)97.21º90.21%56.08%-
XYZ11.9520.733.79-
YUV104.377798.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 143 (56.25% from 255) = 65%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=28.64%
G=65%
B=6.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63143140.5600.900.4497.2182.1730.78
Hex3F8FE3805A2C61521f
Octal77217167001325414112237
Binary111111100011111110111000010110101011001100001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,143,14); }

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

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

 a { background-color: rgb(63,143,14); }

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

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

 span { border-color: rgb(63,143,14); }

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