#448628

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

Shades of La Palma #448628

Tints of La Palma #448628

Color information

#448628 (or 0x448628) is unknown color: approx La Palma. HEX triplet: 44, 86 and 28. RGB value is (68,134,40). Sum of RGB (Red+Green+Blue) = 68+134+40=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #448628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448628 is #BB79D7. Grayscale: #676767. Windows color (decimal): -12286424 or 2655812. OLE color: 2655812.

HSL color Cylindrical-coordinate representation of color #448628: hue angle of 102.13º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448628 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB6813440-
CMYK0.4900.700.47
HSL102.13º54.02%34.12%-
HSV(B)102.13º70.15%52.55%-
XYZ11.2918.434.97-
YUV103.5592.13102.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=28.10%
G=55.37%
B=16.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134400.4900.700.47102.1354.0234.12
Hex448628310462F663622
Octal10420650610106571466642
Binary100010010000110101000110001010001101011111100110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448628; }

 p { color: rgb(68,134,40); }

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

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

 a { background-color: rgb(68,134,40); }

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

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

 span { border-color: rgb(68,134,40); }

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