#3F8A14

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

Shades of La Palma #3F8A14

Tints of La Palma #3F8A14

Color information

#3F8A14 (or 0x3F8A14) is unknown color: approx La Palma. HEX triplet: 3F, 8A and 14. RGB value is (63,138,20). Sum of RGB (Red+Green+Blue) = 63+138+20=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8A14 is #C075EB. Grayscale: #666666. Windows color (decimal): -12613100 or 1346111. OLE color: 1346111.

HSL color Cylindrical-coordinate representation of color #3F8A14: hue angle of 98.14º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F8A14 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB6313820-
CMYK0.5400.860.46
HSL98.14º74.68%30.98%-
HSV(B)98.14º85.51%54.12%-
XYZ11.2619.283.79-
YUV102.1281.65100.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 138 (54.30% from 255) = 62.44%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=28.51%
G=62.44%
B=9.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63138200.5400.860.4698.1474.6830.98
Hex3F8A14360562E624b1f
Octal77212246601265614211337
Binary1111111000101010100110110010101101011101100010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,20); }

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

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

 a { background-color: rgb(63,138,20); }

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

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

 span { border-color: rgb(63,138,20); }

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