#349307

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

Shades of La Palma #349307

Tints of La Palma #349307

Color information

#349307 (or 0x349307) is unknown color: approx La Palma. HEX triplet: 34, 93 and 07. RGB value is (52,147,7). Sum of RGB (Red+Green+Blue) = 52+147+7=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #349307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349307 is #CB6CF8. Grayscale: #676767. Windows color (decimal): -13331705 or 496436. OLE color: 496436.

HSL color Cylindrical-coordinate representation of color #349307: hue angle of 100.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #349307 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB521477-
CMYK0.6500.950.42
HSL100.71º90.91%30.2%-
HSV(B)100.71º95.24%57.65%-
XYZ11.8921.613.75-
YUV102.6474.0391.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 147 (57.81% from 255) = 71.36%
BLUE value IS 7 (3.12% from 255) = 3.40%
R=25.24%
G=71.36%
B=3.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5214770.6500.950.42100.7190.9130.2
Hex349374105F2A655b1e
Octal64223710101375214513336
Binary110100100100111111000001010111111010101100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349307; }

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

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

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

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

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

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

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

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