#349501

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

Shades of La Palma #349501

Tints of La Palma #349501

Color information

#349501 (or 0x349501) is unknown color: approx La Palma. HEX triplet: 34, 95 and 01. RGB value is (52,149,1). Sum of RGB (Red+Green+Blue) = 52+149+1=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #349501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349501 is #CB6AFE. Grayscale: #676767. Windows color (decimal): -13331199 or 103732. OLE color: 103732.

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

Color convert

RGB521491-
CMYK0.6500.990.42
HSL99.32º98.67%29.41%-
HSV(B)99.32º99.33%58.43%-
XYZ12.1722.233.68-
YUV103.1270.3691.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 149 (58.59% from 255) = 73.76%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=25.74%
G=73.76%
B=0.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5214910.6500.990.4299.3298.6729.41
Hex34951410632A63631d
Octal64225110101435214314335
Binary1101001001010111000001011000111010101100011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349501; }

 p { color: rgb(52,149,1); }

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

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

 a { background-color: rgb(52,149,1); }

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

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

 span { border-color: rgb(52,149,1); }

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