#3C8F10

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

Shades of La Palma #3C8F10

Tints of La Palma #3C8F10

Color information

#3C8F10 (or 0x3C8F10) is unknown color: approx La Palma. HEX triplet: 3C, 8F and 10. RGB value is (60,143,16). Sum of RGB (Red+Green+Blue) = 60+143+16=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 143 (56.25% from 255 or 65.30% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8F10 is #C370EF. Grayscale: #686868. Windows color (decimal): -12808432 or 1085244. OLE color: 1085244.

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

Color convert

RGB6014316-
CMYK0.5800.890.44
HSL99.21º79.87%31.18%-
HSV(B)99.21º88.81%56.08%-
XYZ11.7820.643.85-
YUV103.778.596.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.40%
GREEN value IS 143 (56.25% from 255) = 65.30%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=27.40%
G=65.30%
B=7.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60143160.5800.890.4499.2179.8731.18
Hex3C8F103A0592C63501f
Octal74217207201315414312037
Binary1111001000111110000111010010110011011001100011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,143,16); }

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

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

 a { background-color: rgb(60,143,16); }

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

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

 span { border-color: rgb(60,143,16); }

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