#458325

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

Shades of La Palma #458325

Tints of La Palma #458325

Color information

#458325 (or 0x458325) is unknown color: approx La Palma. HEX triplet: 45, 83 and 25. RGB value is (69,131,37). Sum of RGB (Red+Green+Blue) = 69+131+37=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #458325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458325 is #BA7CDA. Grayscale: #666666. Windows color (decimal): -12221659 or 2458437. OLE color: 2458437.

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

Color convert

RGB6913137-
CMYK0.4700.720.49
HSL99.57º55.95%32.94%-
HSV(B)99.57º71.76%51.37%-
XYZ10.917.634.58-
YUV101.7591.46104.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=29.11%
G=55.27%
B=15.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69131370.4700.720.4999.5755.9532.94
Hex4583252F04831643821
Octal10520345570110611447041
Binary100010110000011100101101111010010001100011100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458325; }

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

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

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

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

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

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

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

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