#3F8E0B

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

Shades of La Palma #3F8E0B

Tints of La Palma #3F8E0B

Color information

#3F8E0B (or 0x3F8E0B) is unknown color: approx La Palma. HEX triplet: 3F, 8E and 0B. RGB value is (63,142,11). Sum of RGB (Red+Green+Blue) = 63+142+11=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8E0B is #C071F4. Grayscale: #676767. Windows color (decimal): -12612085 or 757311. OLE color: 757311.

HSL color Cylindrical-coordinate representation of color #3F8E0B: hue angle of 96.18º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F8E0B is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB6314211-
CMYK0.5600.920.44
HSL96.18º85.62%30%-
HSV(B)96.18º92.25%55.69%-
XYZ11.7820.433.64-
YUV103.4475.8399.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=29.17%
G=65.74%
B=5.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142110.5600.920.4496.1885.6230
Hex3F8EB3805C2C60561e
Octal77216137001345414012636
Binary111111100011101011111000010111001011001100000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,11); }

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

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

 a { background-color: rgb(63,142,11); }

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

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

 span { border-color: rgb(63,142,11); }

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