#3a8d13

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

Shades of La Palma #3A8D13

Tints of La Palma #3A8D13

Color information

#3A8D13 (or 0x3A8D13) is unknown color: approx La Palma. HEX triplet: 3A, 8D and 13. RGB value is (58,141,19). Sum of RGB (Red+Green+Blue) = 58+141+19=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 141 (55.47% from 255 or 64.68% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8D13 is #C572EC. Grayscale: #666666. Windows color (decimal): -12940013 or 1281338. OLE color: 1281338.

HSL color Cylindrical-coordinate representation of color #3A8D13: hue angle of 100.82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A8D13 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB5814119-
CMYK0.5900.870.45
HSL100.82º76.25%31.37%-
HSV(B)100.82º86.52%55.29%-
XYZ11.39203.88-
YUV102.288196.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 141 (55.47% from 255) = 64.68%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=26.61%
G=64.68%
B=8.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58141190.5900.870.45100.8276.2531.37
Hex3A8D133B0572D654c1f
Octal72215237301275514511437
Binary1110101000110110011111011010101111011011100101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8d13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,141,19); }

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

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

 a { background-color: rgb(58,141,19); }

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

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

 span { border-color: rgb(58,141,19); }

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