#448E23

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

Shades of La Palma #448E23

Tints of La Palma #448E23

Color information

#448E23 (or 0x448E23) is unknown color: approx La Palma. HEX triplet: 44, 8E and 23. RGB value is (68,142,35). Sum of RGB (Red+Green+Blue) = 68+142+35=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #448E23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448E23 is #BB71DC. Grayscale: #6C6C6C. Windows color (decimal): -12284381 or 2330180. OLE color: 2330180.

HSL color Cylindrical-coordinate representation of color #448E23: hue angle of 101.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #448E23 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB6814235-
CMYK0.5200.750.44
HSL101.5º60.45%34.71%-
HSV(B)101.5º75.35%55.69%-
XYZ12.3620.74.93-
YUV107.6886.9899.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 142 (55.86% from 255) = 57.96%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=27.76%
G=57.96%
B=14.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68142350.5200.750.44101.560.4534.71
Hex448E233404B2C653c23
Octal10421643640113541457443
Binary100010010001110100011110100010010111011001100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,142,35); }

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

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

 a { background-color: rgb(68,142,35); }

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

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

 span { border-color: rgb(68,142,35); }

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