#448A27

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

Shades of La Palma #448A27

Tints of La Palma #448A27

Color information

#448A27 (or 0x448A27) is unknown color: approx La Palma. HEX triplet: 44, 8A and 27. RGB value is (68,138,39). Sum of RGB (Red+Green+Blue) = 68+138+39=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #448A27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A27 is #BB75D8. Grayscale: #6A6A6A. Windows color (decimal): -12285401 or 2591300. OLE color: 2591300.

HSL color Cylindrical-coordinate representation of color #448A27: hue angle of 102.42º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #448A27 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB6813839-
CMYK0.5100.720.46
HSL102.42º55.93%34.71%-
HSV(B)102.42º71.74%54.12%-
XYZ11.8419.555.07-
YUV105.7890.31101.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 138 (54.30% from 255) = 56.33%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=27.76%
G=56.33%
B=15.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138390.5100.720.46102.4255.9334.71
Hex448A27330482E663823
Octal10421247630110561467043
Binary100010010001010100111110011010010001011101100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A27; }

 p { color: rgb(68,138,39); }

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

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

 a { background-color: rgb(68,138,39); }

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

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

 span { border-color: rgb(68,138,39); }

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