#449232

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

Shades of La Palma #449232

Tints of La Palma #449232

Color information

#449232 (or 0x449232) is unknown color: approx La Palma. HEX triplet: 44, 92 and 32. RGB value is (68,146,50). Sum of RGB (Red+Green+Blue) = 68+146+50=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #449232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449232 is #BB6DCD. Grayscale: #707070. Windows color (decimal): -12283342 or 3314244. OLE color: 3314244.

HSL color Cylindrical-coordinate representation of color #449232: hue angle of 108.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449232 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB6814650-
CMYK0.5300.660.43
HSL108.75º48.98%38.43%-
HSV(B)108.75º65.75%57.25%-
XYZ13.2422.026.57-
YUV111.7393.1696.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 146 (57.42% from 255) = 55.30%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=25.76%
G=55.30%
B=18.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146500.5300.660.43108.7548.9838.43
Hex449232350422B6d3126
Octal10422262650102531556146
Binary100010010010010110010110101010000101010111101101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449232; }

 p { color: rgb(68,146,50); }

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

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

 a { background-color: rgb(68,146,50); }

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

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

 span { border-color: rgb(68,146,50); }

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