#458B00

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

Shades of La Palma #458B00

Tints of La Palma #458B00

Color information

#458B00 (or 0x458B00) is unknown color: approx La Palma. HEX triplet: 45, 8B and 00. RGB value is (69,139,0). Sum of RGB (Red+Green+Blue) = 69+139+0=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #458B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458B00 is #BA74FF. Grayscale: #666666. Windows color (decimal): -12219648 or 35653. OLE color: 35653.

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

Color convert

RGB691390-
CMYK0.50010.45
HSL90.22º100%27.25%-
HSV(B)90.22º100%54.51%-
XYZ11.6919.733.19-
YUV102.2270.31104.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 139 (54.69% from 255) = 66.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.17%
G=66.83%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6913900.50010.4590.2210027.25
Hex458B0320642D5a641b
Octal10521306201445513214433
Binary1000101100010110110010011001001011011011010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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