#448533

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

Shades of La Palma #448533

Tints of La Palma #448533

Color information

#448533 (or 0x448533) is unknown color: approx La Palma. HEX triplet: 44, 85 and 33. RGB value is (68,133,51). Sum of RGB (Red+Green+Blue) = 68+133+51=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #448533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448533 is #BB7ACC. Grayscale: #686868. Windows color (decimal): -12286669 or 3376452. OLE color: 3376452.

HSL color Cylindrical-coordinate representation of color #448533: hue angle of 107.56º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448533 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB6813351-
CMYK0.4900.620.48
HSL107.56º44.57%36.08%-
HSV(B)107.56º61.65%52.16%-
XYZ11.3718.246.05-
YUV104.2297.97102.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=26.98%
G=52.78%
B=20.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133510.4900.620.48107.5644.5736.08
Hex4485333103E306c2d24
Octal1042056361076601545544
Binary10001001000010111001111000101111101100001101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448533; }

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

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

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

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

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

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

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

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