#3A980F

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

Shades of La Palma #3A980F

Tints of La Palma #3A980F

Color information

#3A980F (or 0x3A980F) is unknown color: approx La Palma. HEX triplet: 3A, 98 and 0F. RGB value is (58,152,15). Sum of RGB (Red+Green+Blue) = 58+152+15=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #3A980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A980F is #C567F0. Grayscale: #6C6C6C. Windows color (decimal): -12937201 or 1022010. OLE color: 1022010.

HSL color Cylindrical-coordinate representation of color #3A980F: hue angle of 101.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A980F is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB5815215-
CMYK0.6200.900.40
HSL101.17º82.04%32.75%-
HSV(B)101.17º90.13%59.61%-
XYZ13.0623.394.28-
YUV108.2875.3692.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 152 (59.77% from 255) = 67.56%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=25.78%
G=67.56%
B=6.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58152150.6200.900.40101.1782.0432.75
Hex3A98F3E05A28655221
Octal72230177601325014512241
Binary1110101001100011111111100101101010100011001011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,152,15); }

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

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

 a { background-color: rgb(58,152,15); }

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

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

 span { border-color: rgb(58,152,15); }

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