#349807

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

Shades of La Palma #349807

Tints of La Palma #349807

Color information

#349807 (or 0x349807) is unknown color: approx La Palma. HEX triplet: 34, 98 and 07. RGB value is (52,152,7). Sum of RGB (Red+Green+Blue) = 52+152+7=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #349807 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349807 is #CB67F8. Grayscale: #6A6A6A. Windows color (decimal): -13330425 or 497716. OLE color: 497716.

HSL color Cylindrical-coordinate representation of color #349807: hue angle of 101.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #349807 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB521527-
CMYK0.6600.950.40
HSL101.38º91.19%31.18%-
HSV(B)101.38º95.39%59.61%-
XYZ12.6823.24.01-
YUV105.5772.3789.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 152 (59.77% from 255) = 72.04%
BLUE value IS 7 (3.12% from 255) = 3.32%
R=24.64%
G=72.04%
B=3.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5215270.6600.950.40101.3891.1931.18
Hex349874205F28655b1f
Octal64230710201375014513337
Binary110100100110001111000010010111111010001100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349807; }

 p { color: rgb(52,152,7); }

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

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

 a { background-color: rgb(52,152,7); }

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

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

 span { border-color: rgb(52,152,7); }

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