#448F0F

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

Shades of La Palma #448F0F

Tints of La Palma #448F0F

Color information

#448F0F (or 0x448F0F) is unknown color: approx La Palma. HEX triplet: 44, 8F and 0F. RGB value is (68,143,15). Sum of RGB (Red+Green+Blue) = 68+143+15=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #448F0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448F0F is #BB70F0. Grayscale: #6A6A6A. Windows color (decimal): -12284145 or 1019716. OLE color: 1019716.

HSL color Cylindrical-coordinate representation of color #448F0F: hue angle of 95.16º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #448F0F is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB6814315-
CMYK0.5200.900.44
HSL95.16º81.01%30.98%-
HSV(B)95.16º89.51%56.08%-
XYZ12.2920.913.84-
YUV105.9876.65100.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 143 (56.25% from 255) = 63.27%
BLUE value IS 15 (6.25% from 255) = 6.64%
R=30.09%
G=63.27%
B=6.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68143150.5200.900.4495.1681.0130.98
Hex448FF3405A2C5f511f
Octal104217176401325413712137
Binary1000100100011111111110100010110101011001011111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,143,15); }

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

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

 a { background-color: rgb(68,143,15); }

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

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

 span { border-color: rgb(68,143,15); }

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