#458231

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

Shades of La Palma #458231

Tints of La Palma #458231

Color information

#458231 (or 0x458231) is unknown color: approx La Palma. HEX triplet: 45, 82 and 31. RGB value is (69,130,49). Sum of RGB (Red+Green+Blue) = 69+130+49=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #458231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458231 is #BA7DCE. Grayscale: #666666. Windows color (decimal): -12221903 or 3244613. OLE color: 3244613.

HSL color Cylindrical-coordinate representation of color #458231: hue angle of 105.19º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #458231 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB6913049-
CMYK0.4700.620.49
HSL105.19º45.25%35.1%-
HSV(B)105.19º62.31%50.98%-
XYZ10.9917.455.7-
YUV102.5397.79104.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=27.82%
G=52.42%
B=19.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69130490.4700.620.49105.1945.2535.1
Hex4582312F03E31692d23
Octal1052026157076611515543
Binary10001011000001011000110111101111101100011101001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458231; }

 p { color: rgb(69,130,49); }

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

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

 a { background-color: rgb(69,130,49); }

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

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

 span { border-color: rgb(69,130,49); }

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