#3A920E

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

Shades of La Palma #3A920E

Tints of La Palma #3A920E

Color information

#3A920E (or 0x3A920E) is unknown color: approx La Palma. HEX triplet: 3A, 92 and 0E. RGB value is (58,146,14). Sum of RGB (Red+Green+Blue) = 58+146+14=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #3A920E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A920E is #C56DF1. Grayscale: #696969. Windows color (decimal): -12938738 or 954938. OLE color: 954938.

HSL color Cylindrical-coordinate representation of color #3A920E: hue angle of 100º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A920E is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB5814614-
CMYK0.6000.900.43
HSL100º82.5%31.37%-
HSV(B)100º90.41%57.25%-
XYZ12.121.493.93-
YUV104.6476.8594.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 146 (57.42% from 255) = 66.97%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=26.61%
G=66.97%
B=6.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58146140.6000.900.4310082.531.37
Hex3A92E3C05A2B64521f
Octal72222167401325314412237
Binary111010100100101110111100010110101010111100100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,146,14); }

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

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

 a { background-color: rgb(58,146,14); }

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

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

 span { border-color: rgb(58,146,14); }

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