#458D00

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

Shades of La Palma #458D00

Tints of La Palma #458D00

Color information

#458D00 (or 0x458D00) is unknown color: approx La Palma. HEX triplet: 45, 8D and 00. RGB value is (69,141,0). Sum of RGB (Red+Green+Blue) = 69+141+0=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #458D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458D00 is #BA72FF. Grayscale: #676767. Windows color (decimal): -12219136 or 36165. OLE color: 36165.

HSL color Cylindrical-coordinate representation of color #458D00: hue angle of 90.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #458D00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB691410-
CMYK0.51010.45
HSL90.64º100%27.65%-
HSV(B)90.64º100%55.29%-
XYZ11.9820.313.29-
YUV103.469.65103.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.86%
GREEN value IS 141 (55.47% from 255) = 67.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.86%
G=67.14%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6914100.51010.4590.6410027.65
Hex458D0330642D5b641c
Octal10521506301445513314434
Binary1000101100011010110011011001001011011011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,141,0); }

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

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

 a { background-color: rgb(69,141,0); }

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

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

 span { border-color: rgb(69,141,0); }

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