#349300

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

Shades of La Palma #349300

Tints of La Palma #349300

Color information

#349300 (or 0x349300) is unknown color: approx La Palma. HEX triplet: 34, 93 and 00. RGB value is (52,147,0). Sum of RGB (Red+Green+Blue) = 52+147+0=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #349300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349300 is #CB6CFF. Grayscale: #666666. Windows color (decimal): -13331712 or 37684. OLE color: 37684.

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

Color convert

RGB521470-
CMYK0.65010.42
HSL98.78º100%28.82%-
HSV(B)98.78º100%57.65%-
XYZ11.8521.63.54-
YUV101.8470.5392.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 147 (57.81% from 255) = 73.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.13%
G=73.87%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5214700.65010.4298.7810028.82
Hex34930410642A63641d
Octal64223010101445214314435
Binary1101001001001101000001011001001010101100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349300; }

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

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

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

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

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

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

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

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