#34961E

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

Shades of La Palma #34961E

Tints of La Palma #34961E

Color information

#34961E (or 0x34961E) is unknown color: approx La Palma. HEX triplet: 34, 96 and 1E. RGB value is (52,150,30). Sum of RGB (Red+Green+Blue) = 52+150+30=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #34961E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34961E is #CB69E1. Grayscale: #6B6B6B. Windows color (decimal): -13330914 or 2004532. OLE color: 2004532.

HSL color Cylindrical-coordinate representation of color #34961E: hue angle of 109º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34961E is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB5215030-
CMYK0.6500.800.41
HSL109º66.67%35.29%-
HSV(B)109º80%58.82%-
XYZ12.5622.644.94-
YUV107.0284.5388.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 150 (58.98% from 255) = 64.66%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=22.41%
G=64.66%
B=12.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150300.6500.800.4110966.6735.29
Hex34961E41050296d4323
Octal642263610101205115510343
Binary110100100101101111010000010101000010100111011011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34961E; }

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

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

<style>
 a { background-color: #34961E; }

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

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

<style>
 span { border-color: #34961E; }

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

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