#448914

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

Shades of La Palma #448914

Tints of La Palma #448914

Color information

#448914 (or 0x448914) is unknown color: approx La Palma. HEX triplet: 44, 89 and 14. RGB value is (68,137,20). Sum of RGB (Red+Green+Blue) = 68+137+20=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #448914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448914 is #BB76EB. Grayscale: #676767. Windows color (decimal): -12285676 or 1345860. OLE color: 1345860.

HSL color Cylindrical-coordinate representation of color #448914: hue angle of 95.38º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #448914 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB6813720-
CMYK0.5000.850.46
HSL95.38º74.52%30.78%-
HSV(B)95.38º85.4%53.73%-
XYZ11.4619.173.76-
YUV103.0381.14103.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 137 (53.91% from 255) = 60.89%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=30.22%
G=60.89%
B=8.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68137200.5000.850.4695.3874.5230.78
Hex448914320552E5f4b1f
Octal104211246201255613711337
Binary10001001000100110100110010010101011011101011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448914; }

 p { color: rgb(68,137,20); }

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

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

 a { background-color: rgb(68,137,20); }

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

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

 span { border-color: rgb(68,137,20); }

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