#3AA42F

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

Shades of La Palma #3AA42F

Tints of La Palma #3AA42F

Color information

#3AA42F (or 0x3AA42F) is unknown color: approx La Palma. HEX triplet: 3A, A4 and 2F. RGB value is (58,164,47). Sum of RGB (Red+Green+Blue) = 58+164+47=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 164 (64.45% from 255 or 60.97% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA42F is #C55BD0. Grayscale: #777777. Windows color (decimal): -12934097 or 3122234. OLE color: 3122234.

HSL color Cylindrical-coordinate representation of color #3AA42F: hue angle of 114.36º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AA42F is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB5816447-
CMYK0.6500.710.36
HSL114.36º55.45%41.37%-
HSV(B)114.36º71.34%64.31%-
XYZ15.5327.667.21-
YUV118.9787.3884.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 164 (64.45% from 255) = 60.97%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=21.56%
G=60.97%
B=17.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58164470.6500.710.36114.3655.4541.37
Hex3AA42F4104724723729
Octal72244571010107441626751
Binary111010101001001011111000001010001111001001110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,164,47); }

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

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

 a { background-color: rgb(58,164,47); }

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

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

 span { border-color: rgb(58,164,47); }

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