#448F3D

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

Shades of La Palma #448F3D

Tints of La Palma #448F3D

Color information

#448F3D (or 0x448F3D) is unknown color: approx La Palma. HEX triplet: 44, 8F and 3D. RGB value is (68,143,61). Sum of RGB (Red+Green+Blue) = 68+143+61=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #448F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F3D is #BB70C2. Grayscale: #6F6F6F. Windows color (decimal): -12284099 or 4034372. OLE color: 4034372.

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

Color convert

RGB6814361-
CMYK0.5200.570.44
HSL114.88º40.2%40%-
HSV(B)114.88º57.34%56.08%-
XYZ13.0521.217.82-
YUV111.2399.6597.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 143 (56.25% from 255) = 52.57%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=25%
G=52.57%
B=22.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68143610.5200.570.44114.8840.240
Hex448F3D340392C732828
Octal1042177564071541635050
Binary10001001000111111110111010001110011011001110011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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