#348B28

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

Shades of La Palma #348B28

Tints of La Palma #348B28

Color information

#348B28 (or 0x348B28) is unknown color: approx La Palma. HEX triplet: 34, 8B and 28. RGB value is (52,139,40). Sum of RGB (Red+Green+Blue) = 52+139+40=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #348B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B28 is #CB74D7. Grayscale: #666666. Windows color (decimal): -13333720 or 2657076. OLE color: 2657076.

HSL color Cylindrical-coordinate representation of color #348B28: hue angle of 112.73º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348B28 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB5213940-
CMYK0.6300.710.45
HSL112.73º55.31%35.1%-
HSV(B)112.73º71.22%54.51%-
XYZ11.0319.355.16-
YUV101.793.1892.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=22.51%
G=60.17%
B=17.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52139400.6300.710.45112.7355.3135.1
Hex348B283F0472D713723
Octal6421350770107551616743
Binary11010010001011101000111111010001111011011110001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348B28; }

 p { color: rgb(52,139,40); }

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

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

 a { background-color: rgb(52,139,40); }

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

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

 span { border-color: rgb(52,139,40); }

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