#349614

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

Shades of La Palma #349614

Tints of La Palma #349614

Color information

#349614 (or 0x349614) is unknown color: approx La Palma. HEX triplet: 34, 96 and 14. RGB value is (52,150,20). Sum of RGB (Red+Green+Blue) = 52+150+20=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #349614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349614 is #CB69EB. Grayscale: #6A6A6A. Windows color (decimal): -13330924 or 1349172. OLE color: 1349172.

HSL color Cylindrical-coordinate representation of color #349614: hue angle of 105.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349614 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB5215020-
CMYK0.6500.870.41
HSL105.23º76.47%33.33%-
HSV(B)105.23º86.67%58.82%-
XYZ12.4522.594.37-
YUV105.8879.5389.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 150 (58.98% from 255) = 67.57%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=23.42%
G=67.57%
B=9.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150200.6500.870.41105.2376.4733.33
Hex3496144105729694c21
Octal642262410101275115111441
Binary110100100101101010010000010101011110100111010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349614; }

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

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

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

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

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

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

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

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