#458B25

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

Shades of La Palma #458B25

Tints of La Palma #458B25

Color information

#458B25 (or 0x458B25) is unknown color: approx La Palma. HEX triplet: 45, 8B and 25. RGB value is (69,139,37). Sum of RGB (Red+Green+Blue) = 69+139+37=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #458B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458B25 is #BA74DA. Grayscale: #6A6A6A. Windows color (decimal): -12219611 or 2460485. OLE color: 2460485.

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

Color convert

RGB6913937-
CMYK0.5000.730.45
HSL101.18º57.95%34.51%-
HSV(B)101.18º73.38%54.51%-
XYZ12.0219.864.95-
YUV106.4488.81101.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 139 (54.69% from 255) = 56.73%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=28.16%
G=56.73%
B=15.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69139370.5000.730.45101.1857.9534.51
Hex458B25320492D653a23
Octal10521345620111551457243
Binary100010110001011100101110010010010011011011100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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