#3F8D0C

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

Shades of La Palma #3F8D0C

Tints of La Palma #3F8D0C

Color information

#3F8D0C (or 0x3F8D0C) is unknown color: approx La Palma. HEX triplet: 3F, 8D and 0C. RGB value is (63,141,12). Sum of RGB (Red+Green+Blue) = 63+141+12=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8D0C is #C072F3. Grayscale: #676767. Windows color (decimal): -12612340 or 822591. OLE color: 822591.

HSL color Cylindrical-coordinate representation of color #3F8D0C: hue angle of 96.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F8D0C is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB6314112-
CMYK0.5500.910.45
HSL96.28º84.31%30%-
HSV(B)96.28º91.49%55.29%-
XYZ11.6420.133.62-
YUV102.9776.6699.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 141 (55.47% from 255) = 65.28%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=29.17%
G=65.28%
B=5.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63141120.5500.910.4596.2884.3130
Hex3F8DC3705B2D60541e
Octal77215146701335514012436
Binary111111100011011100110111010110111011011100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,141,12); }

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

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

 a { background-color: rgb(63,141,12); }

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

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

 span { border-color: rgb(63,141,12); }

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