#448825

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

Shades of La Palma #448825

Tints of La Palma #448825

Color information

#448825 (or 0x448825) is unknown color: approx La Palma. HEX triplet: 44, 88 and 25. RGB value is (68,136,37). Sum of RGB (Red+Green+Blue) = 68+136+37=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #448825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448825 is #BB77DA. Grayscale: #686868. Windows color (decimal): -12285915 or 2459716. OLE color: 2459716.

HSL color Cylindrical-coordinate representation of color #448825: hue angle of 101.21º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448825 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB6813637-
CMYK0.5000.730.47
HSL101.21º57.23%33.92%-
HSV(B)101.21º72.79%53.33%-
XYZ11.5218.974.8-
YUV104.3889.97102.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=28.22%
G=56.43%
B=15.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68136370.5000.730.47101.2157.2333.92
Hex448825320492F653922
Octal10421045620111571457142
Binary100010010001000100101110010010010011011111100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448825; }

 p { color: rgb(68,136,37); }

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

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

 a { background-color: rgb(68,136,37); }

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

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

 span { border-color: rgb(68,136,37); }

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