#3F950A

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

Shades of La Palma #3F950A

Tints of La Palma #3F950A

Color information

#3F950A (or 0x3F950A) is unknown color: approx La Palma. HEX triplet: 3F, 95 and 0A. RGB value is (63,149,10). Sum of RGB (Red+Green+Blue) = 63+149+10=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #3F950A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F950A is #C06AF5. Grayscale: #6B6B6B. Windows color (decimal): -12610294 or 693567. OLE color: 693567.

HSL color Cylindrical-coordinate representation of color #3F950A: hue angle of 97.12º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F950A is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB6314910-
CMYK0.5800.930.42
HSL97.12º87.42%31.18%-
HSV(B)97.12º93.29%58.43%-
XYZ12.8522.573.97-
YUV107.4473.0196.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 149 (58.59% from 255) = 67.12%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=28.38%
G=67.12%
B=4.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149100.5800.930.4297.1287.4231.18
Hex3F95A3A05D2A61571f
Octal77225127201355214112737
Binary111111100101011010111010010111011010101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,149,10); }

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

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

 a { background-color: rgb(63,149,10); }

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

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

 span { border-color: rgb(63,149,10); }

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