#34960F

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

Shades of La Palma #34960F

Tints of La Palma #34960F

Color information

#34960F (or 0x34960F) is unknown color: approx La Palma. HEX triplet: 34, 96 and 0F. RGB value is (52,150,15). Sum of RGB (Red+Green+Blue) = 52+150+15=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #34960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34960F is #CB69F0. Grayscale: #696969. Windows color (decimal): -13330929 or 1021492. OLE color: 1021492.

HSL color Cylindrical-coordinate representation of color #34960F: hue angle of 103.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34960F is Cyan = 0.65, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB5215015-
CMYK0.6500.90.41
HSL103.56º81.82%32.35%-
HSV(B)103.56º90%58.82%-
XYZ12.4122.584.16-
YUV105.3177.0389.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 150 (58.98% from 255) = 69.12%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=23.96%
G=69.12%
B=6.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150150.6500.90.41103.5681.8232.35
Hex3496F4105A29685220
Octal642261710101325115012240
Binary11010010010110111110000010101101010100111010001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34960F; }

 p { color: rgb(52,150,15); }

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

<style>
 a { background-color: #34960F; }

 a { background-color: rgb(52,150,15); }

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

<style>
 span { border-color: #34960F; }

 span { border-color: rgb(52,150,15); }

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