#448725

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

Shades of La Palma #448725

Tints of La Palma #448725

Color information

#448725 (or 0x448725) is unknown color: approx La Palma. HEX triplet: 44, 87 and 25. RGB value is (68,135,37). Sum of RGB (Red+Green+Blue) = 68+135+37=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #448725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448725 is #BB78DA. Grayscale: #686868. Windows color (decimal): -12286171 or 2459460. OLE color: 2459460.

HSL color Cylindrical-coordinate representation of color #448725: hue angle of 101.02º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448725 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB6813537-
CMYK0.5000.730.47
HSL101.02º56.98%33.73%-
HSV(B)101.02º72.59%52.94%-
XYZ11.3818.694.76-
YUV103.890.3102.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=28.33%
G=56.25%
B=15.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68135370.5000.730.47101.0256.9833.73
Hex448725320492F653922
Octal10420745620111571457142
Binary100010010000111100101110010010010011011111100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448725; }

 p { color: rgb(68,135,37); }

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

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

 a { background-color: rgb(68,135,37); }

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

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

 span { border-color: rgb(68,135,37); }

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