#458B13

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

Shades of La Palma #458B13

Tints of La Palma #458B13

Color information

#458B13 (or 0x458B13) is unknown color: approx La Palma. HEX triplet: 45, 8B and 13. RGB value is (69,139,19). Sum of RGB (Red+Green+Blue) = 69+139+19=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #458B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458B13 is #BA74EC. Grayscale: #686868. Windows color (decimal): -12219629 or 1280837. OLE color: 1280837.

HSL color Cylindrical-coordinate representation of color #458B13: hue angle of 95º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #458B13 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB6913919-
CMYK0.5000.860.45
HSL95º75.95%30.98%-
HSV(B)95º86.33%54.51%-
XYZ11.819.783.81-
YUV104.3979.81102.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 139 (54.69% from 255) = 61.23%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=30.40%
G=61.23%
B=8.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69139190.5000.860.459575.9530.98
Hex458B13320562D5f4c1f
Octal105213236201265513711437
Binary10001011000101110011110010010101101011011011111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458B13; }

 p { color: rgb(69,139,19); }

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

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

 a { background-color: rgb(69,139,19); }

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

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

 span { border-color: rgb(69,139,19); }

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