#3DA020

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

Shades of La Palma #3DA020

Tints of La Palma #3DA020

Color information

#3DA020 (or 0x3DA020) is unknown color: approx La Palma. HEX triplet: 3D, A0 and 20. RGB value is (61,160,32). Sum of RGB (Red+Green+Blue) = 61+160+32=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA020 is #C25FDF. Grayscale: #747474. Windows color (decimal): -12738528 or 2138173. OLE color: 2138173.

HSL color Cylindrical-coordinate representation of color #3DA020: hue angle of 106.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DA020 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB6116032-
CMYK0.6200.800.37
HSL106.41º66.67%37.65%-
HSV(B)106.41º80%62.75%-
XYZ14.7626.245.65-
YUV115.8180.788.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 160 (62.89% from 255) = 63.24%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=24.11%
G=63.24%
B=12.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61160320.6200.800.37106.4166.6737.65
Hex3DA0203E050256a4326
Octal75240407601204515210346
Binary111101101000001000001111100101000010010111010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,32); }

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

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

 a { background-color: rgb(61,160,32); }

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

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

 span { border-color: rgb(61,160,32); }

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