#448425

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

Shades of La Palma #448425

Tints of La Palma #448425

Color information

#448425 (or 0x448425) is unknown color: approx La Palma. HEX triplet: 44, 84 and 25. RGB value is (68,132,37). Sum of RGB (Red+Green+Blue) = 68+132+37=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #448425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448425 is #BB7BDA. Grayscale: #666666. Windows color (decimal): -12286939 or 2458692. OLE color: 2458692.

HSL color Cylindrical-coordinate representation of color #448425: hue angle of 100.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #448425 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB6813237-
CMYK0.4800.720.48
HSL100.42º56.21%33.14%-
HSV(B)100.42º71.97%51.76%-
XYZ10.9717.874.62-
YUV102.0391.3103.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=28.69%
G=55.70%
B=15.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132370.4800.720.48100.4256.2133.14
Hex4484253004830643821
Octal10420445600110601447041
Binary100010010000100100101110000010010001100001100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448425; }

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

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

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

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

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

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

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

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