#45B531

Color #45B531 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #45B531

Tints of Kelly Green #45B531

Color information

#45B531 (or 0x45B531) is unknown color: approx Kelly Green. HEX triplet: 45, B5 and 31. RGB value is (69,181,49). Sum of RGB (Red+Green+Blue) = 69+181+49=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #45B531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B531 is #BA4ACE. Grayscale: #848484. Windows color (decimal): -12208847 or 3257669. OLE color: 3257669.

HSL color Cylindrical-coordinate representation of color #45B531: hue angle of 110.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45B531 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB6918149-
CMYK0.6200.730.29
HSL110.91º57.39%45.1%-
HSV(B)110.91º72.93%70.98%-
XYZ19.5334.538.54-
YUV132.4680.8982.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 181 (71.09% from 255) = 60.54%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=23.08%
G=60.54%
B=16.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69181490.6200.730.29110.9157.3945.1
Hex45B5313E0491D6f392d
Octal10526561760111351577155
Binary10001011011010111000111111001001001111011101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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