#449434

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

Shades of La Palma #449434

Tints of La Palma #449434

Color information

#449434 (or 0x449434) is unknown color: approx La Palma. HEX triplet: 44, 94 and 34. RGB value is (68,148,52). Sum of RGB (Red+Green+Blue) = 68+148+52=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #449434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449434 is #BB6BCB. Grayscale: #717171. Windows color (decimal): -12282828 or 3445828. OLE color: 3445828.

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

Color convert

RGB6814852-
CMYK0.5400.650.42
HSL110º48%39.22%-
HSV(B)110º64.86%58.04%-
XYZ13.5922.666.91-
YUV113.1493.595.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=25.37%
G=55.22%
B=19.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148520.5400.650.421104839.22
Hex449434360412A6e3027
Octal10422464660101521566047
Binary100010010010100110100110110010000011010101101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449434; }

 p { color: rgb(68,148,52); }

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

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

 a { background-color: rgb(68,148,52); }

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

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

 span { border-color: rgb(68,148,52); }

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