#349027

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

Shades of La Palma #349027

Tints of La Palma #349027

Color information

#349027 (or 0x349027) is unknown color: approx La Palma. HEX triplet: 34, 90 and 27. RGB value is (52,144,39). Sum of RGB (Red+Green+Blue) = 52+144+39=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #349027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349027 is #CB6FD8. Grayscale: #686868. Windows color (decimal): -13332441 or 2592820. OLE color: 2592820.

HSL color Cylindrical-coordinate representation of color #349027: hue angle of 112.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #349027 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB5214439-
CMYK0.6400.730.44
HSL112.57º57.38%35.88%-
HSV(B)112.57º72.92%56.47%-
XYZ11.7620.825.32-
YUV104.5291.0290.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 144 (56.64% from 255) = 61.28%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=22.13%
G=61.28%
B=16.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144390.6400.730.44112.5757.3835.88
Hex349027400492C713924
Octal64220471000111541617144
Binary110100100100001001111000000010010011011001110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349027; }

 p { color: rgb(52,144,39); }

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

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

 a { background-color: rgb(52,144,39); }

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

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

 span { border-color: rgb(52,144,39); }

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