#3A9600

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

Shades of La Palma #3A9600

Tints of La Palma #3A9600

Color information

#3A9600 (or 0x3A9600) is unknown color: approx La Palma. HEX triplet: 3A, 96 and 00. RGB value is (58,150,0). Sum of RGB (Red+Green+Blue) = 58+150+0=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 150 (58.98% from 255 or 72.12% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9600 is #C569FF. Grayscale: #696969. Windows color (decimal): -12937728 or 38458. OLE color: 38458.

HSL color Cylindrical-coordinate representation of color #3A9600: hue angle of 96.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A9600 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB581500-
CMYK0.61010.41
HSL96.8º100%29.41%-
HSV(B)96.8º100%58.82%-
XYZ12.6522.713.72-
YUV105.3968.5294.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 150 (58.98% from 255) = 72.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.88%
G=72.12%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5815000.61010.4196.810029.41
Hex3A9603D0642961641d
Octal7222607501445114114435
Binary111010100101100111101011001001010011100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,0); }

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

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

 a { background-color: rgb(58,150,0); }

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

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

 span { border-color: rgb(58,150,0); }

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