#448528

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

Shades of La Palma #448528

Tints of La Palma #448528

Color information

#448528 (or 0x448528) is unknown color: approx La Palma. HEX triplet: 44, 85 and 28. RGB value is (68,133,40). Sum of RGB (Red+Green+Blue) = 68+133+40=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #448528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448528 is #BB7AD7. Grayscale: #676767. Windows color (decimal): -12286680 or 2655556. OLE color: 2655556.

HSL color Cylindrical-coordinate representation of color #448528: hue angle of 101.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448528 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB6813340-
CMYK0.4900.700.48
HSL101.94º53.76%33.92%-
HSV(B)101.94º69.92%52.16%-
XYZ11.1518.164.92-
YUV102.9692.47103.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=28.22%
G=55.19%
B=16.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133400.4900.700.48101.9453.7633.92
Hex4485283104630663622
Octal10420550610106601466642
Binary100010010000101101000110001010001101100001100110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448528; }

 p { color: rgb(68,133,40); }

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

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

 a { background-color: rgb(68,133,40); }

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

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

 span { border-color: rgb(68,133,40); }

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