#448D34

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

Shades of La Palma #448D34

Tints of La Palma #448D34

Color information

#448D34 (or 0x448D34) is unknown color: approx La Palma. HEX triplet: 44, 8D and 34. RGB value is (68,141,52). Sum of RGB (Red+Green+Blue) = 68+141+52=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #448D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D34 is #BB72CB. Grayscale: #6D6D6D. Windows color (decimal): -12284620 or 3444036. OLE color: 3444036.

HSL color Cylindrical-coordinate representation of color #448D34: hue angle of 109.21º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448D34 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB6814152-
CMYK0.5200.630.45
HSL109.21º46.11%37.84%-
HSV(B)109.21º63.12%55.29%-
XYZ12.5320.536.55-
YUV109.0395.8298.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 141 (55.47% from 255) = 54.02%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=26.05%
G=54.02%
B=19.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141520.5200.630.45109.2146.1137.84
Hex448D343403F2D6d2e26
Octal1042156464077551555646
Binary10001001000110111010011010001111111011011101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D34; }

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

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

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

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

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

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

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

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