#448236

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

Shades of La Palma #448236

Tints of La Palma #448236

Color information

#448236 (or 0x448236) is unknown color: approx La Palma. HEX triplet: 44, 82 and 36. RGB value is (68,130,54). Sum of RGB (Red+Green+Blue) = 68+130+54=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #448236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448236 is #BB7DC9. Grayscale: #676767. Windows color (decimal): -12287434 or 3572292. OLE color: 3572292.

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

Color convert

RGB6813054-
CMYK0.4800.580.49
HSL108.95º41.3%36.08%-
HSV(B)108.95º58.46%50.98%-
XYZ11.0317.466.28-
YUV102.8100.46103.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=26.98%
G=51.59%
B=21.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130540.4800.580.49108.9541.336.08
Hex4482363003A316d2924
Octal1042026660072611555144
Binary10001001000001011011011000001110101100011101101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448236; }

 p { color: rgb(68,130,54); }

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

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

 a { background-color: rgb(68,130,54); }

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

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

 span { border-color: rgb(68,130,54); }

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