#3A940C

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

Shades of La Palma #3A940C

Tints of La Palma #3A940C

Color information

#3A940C (or 0x3A940C) is unknown color: approx La Palma. HEX triplet: 3A, 94 and 0C. RGB value is (58,148,12). Sum of RGB (Red+Green+Blue) = 58+148+12=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #3A940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A940C is #C56BF3. Grayscale: #6A6A6A. Windows color (decimal): -12938228 or 824378. OLE color: 824378.

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

Color convert

RGB5814812-
CMYK0.6100.920.42
HSL99.71º85%31.37%-
HSV(B)99.71º91.89%58.04%-
XYZ12.422.113.96-
YUV105.5975.1894.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=26.61%
G=67.89%
B=5.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58148120.6100.920.4299.718531.37
Hex3A94C3D05C2A64551f
Octal72224147501345214412537
Binary111010100101001100111101010111001010101100100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,12); }

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

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

 a { background-color: rgb(58,148,12); }

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

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

 span { border-color: rgb(58,148,12); }

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