#45A527

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

Shades of La Palma #45A527

Tints of La Palma #45A527

Color information

#45A527 (or 0x45A527) is unknown color: approx La Palma. HEX triplet: 45, A5 and 27. RGB value is (69,165,39). Sum of RGB (Red+Green+Blue) = 69+165+39=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #45A527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A527 is #BA5AD8. Grayscale: #7A7A7A. Windows color (decimal): -12212953 or 2598213. OLE color: 2598213.

HSL color Cylindrical-coordinate representation of color #45A527: hue angle of 105.71º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45A527 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB6916539-
CMYK0.5800.760.35
HSL105.71º61.76%40%-
HSV(B)105.71º76.36%64.71%-
XYZ16.2828.326.53-
YUV121.9381.290.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=25.27%
G=60.44%
B=14.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165390.5800.760.35105.7161.7640
Hex45A5273A04C236a3e28
Octal10524547720114431527650
Binary100010110100101100111111010010011001000111101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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