#448534

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

Shades of La Palma #448534

Tints of La Palma #448534

Color information

#448534 (or 0x448534) is unknown color: approx La Palma. HEX triplet: 44, 85 and 34. RGB value is (68,133,52). Sum of RGB (Red+Green+Blue) = 68+133+52=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #448534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448534 is #BB7ACB. Grayscale: #686868. Windows color (decimal): -12286668 or 3441988. OLE color: 3441988.

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

Color convert

RGB6813352-
CMYK0.4900.610.48
HSL108.15º43.78%36.27%-
HSV(B)108.15º60.9%52.16%-
XYZ11.3918.256.17-
YUV104.3398.47102.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=26.88%
G=52.57%
B=20.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133520.4900.610.48108.1543.7836.27
Hex4485343103D306c2c24
Octal1042056461075601545444
Binary10001001000010111010011000101111011100001101100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448534; }

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

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

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

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

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

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

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

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