#349925

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

Shades of La Palma #349925

Tints of La Palma #349925

Color information

#349925 (or 0x349925) is unknown color: approx La Palma. HEX triplet: 34, 99 and 25. RGB value is (52,153,37). Sum of RGB (Red+Green+Blue) = 52+153+37=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #349925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349925 is #CB66DA. Grayscale: #6D6D6D. Windows color (decimal): -13330139 or 2464052. OLE color: 2464052.

HSL color Cylindrical-coordinate representation of color #349925: hue angle of 112.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349925 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB5215337-
CMYK0.6600.760.4
HSL112.24º61.05%37.25%-
HSV(B)112.24º75.82%60%-
XYZ13.1423.655.62-
YUV109.5887.0486.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 153 (60.16% from 255) = 63.22%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=21.49%
G=63.22%
B=15.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153370.6600.760.4112.2461.0537.25
Hex3499254204C28703d25
Octal64231451020114501607545
Binary110100100110011001011000010010011001010001110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349925; }

 p { color: rgb(52,153,37); }

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

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

 a { background-color: rgb(52,153,37); }

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

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

 span { border-color: rgb(52,153,37); }

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