#349719

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

Shades of La Palma #349719

Tints of La Palma #349719

Color information

#349719 (or 0x349719) is unknown color: approx La Palma. HEX triplet: 34, 97 and 19. RGB value is (52,151,25). Sum of RGB (Red+Green+Blue) = 52+151+25=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #349719 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349719 is #CB68E6. Grayscale: #6B6B6B. Windows color (decimal): -13330663 or 1677108. OLE color: 1677108.

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

Color convert

RGB5215125-
CMYK0.6600.830.41
HSL107.14º71.59%34.51%-
HSV(B)107.14º83.44%59.22%-
XYZ12.6622.934.68-
YUV107.0481.788.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 151 (59.38% from 255) = 66.23%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=22.81%
G=66.23%
B=10.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151250.6600.830.41107.1471.5934.51
Hex34971942053296b4823
Octal642273110201235115311043
Binary110100100101111100110000100101001110100111010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349719; }

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

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

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

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

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

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

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

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