#45A531

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

Shades of La Palma #45A531

Tints of La Palma #45A531

Color information

#45A531 (or 0x45A531) is unknown color: approx La Palma. HEX triplet: 45, A5 and 31. RGB value is (69,165,49). Sum of RGB (Red+Green+Blue) = 69+165+49=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #45A531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A531 is #BA5ACE. Grayscale: #7B7B7B. Windows color (decimal): -12212943 or 3253573. OLE color: 3253573.

HSL color Cylindrical-coordinate representation of color #45A531: hue angle of 109.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45A531 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB6916549-
CMYK0.5800.700.35
HSL109.66º54.21%41.96%-
HSV(B)109.66º70.3%64.71%-
XYZ16.4628.47.52-
YUV123.0786.289.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 165 (64.84% from 255) = 58.30%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=24.38%
G=58.30%
B=17.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165490.5800.700.35109.6654.2141.96
Hex45A5313A046236e362a
Octal10524561720106431566652
Binary100010110100101110001111010010001101000111101110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A531; }

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

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

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

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

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

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

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

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