#349727

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

Shades of La Palma #349727

Tints of La Palma #349727

Color information

#349727 (or 0x349727) is unknown color: approx La Palma. HEX triplet: 34, 97 and 27. RGB value is (52,151,39). Sum of RGB (Red+Green+Blue) = 52+151+39=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #349727 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349727 is #CB68D8. Grayscale: #6C6C6C. Windows color (decimal): -13330649 or 2594612. OLE color: 2594612.

HSL color Cylindrical-coordinate representation of color #349727: hue angle of 113.04º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349727 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB5215139-
CMYK0.6600.740.41
HSL113.04º58.95%37.25%-
HSV(B)113.04º74.17%59.22%-
XYZ12.8523.015.68-
YUV108.6388.787.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 151 (59.38% from 255) = 62.40%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=21.49%
G=62.40%
B=16.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151390.6600.740.41113.0458.9537.25
Hex3497274204A29713b25
Octal64227471020112511617345
Binary110100100101111001111000010010010101010011110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349727; }

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

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

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

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

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

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

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

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