#3A971F

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

Shades of La Palma #3A971F

Tints of La Palma #3A971F

Color information

#3A971F (or 0x3A971F) is unknown color: approx La Palma. HEX triplet: 3A, 97 and 1F. RGB value is (58,151,31). Sum of RGB (Red+Green+Blue) = 58+151+31=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #3A971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A971F is #C568E0. Grayscale: #6D6D6D. Windows color (decimal): -12937441 or 2070330. OLE color: 2070330.

HSL color Cylindrical-coordinate representation of color #3A971F: hue angle of 106.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A971F is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB5815131-
CMYK0.6200.790.41
HSL106.5º65.93%35.69%-
HSV(B)106.5º79.47%59.22%-
XYZ13.0623.135.07-
YUV109.5183.6991.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 151 (59.38% from 255) = 62.92%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=24.17%
G=62.92%
B=12.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58151310.6200.790.41106.565.9335.69
Hex3A971F3E04F296a4224
Octal72227377601175115210244
Binary11101010010111111111111100100111110100111010101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,151,31); }

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

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

 a { background-color: rgb(58,151,31); }

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

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

 span { border-color: rgb(58,151,31); }

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