#45B431

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

Shades of Kelly Green #45B431

Tints of Kelly Green #45B431

Color information

#45B431 (or 0x45B431) is unknown color: approx Kelly Green. HEX triplet: 45, B4 and 31. RGB value is (69,180,49). Sum of RGB (Red+Green+Blue) = 69+180+49=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #45B431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B431 is #BA4BCE. Grayscale: #848484. Windows color (decimal): -12209103 or 3257413. OLE color: 3257413.

HSL color Cylindrical-coordinate representation of color #45B431: hue angle of 110.84º 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 #45B431 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB6918049-
CMYK0.6200.730.29
HSL110.84º57.21%44.9%-
HSV(B)110.84º72.78%70.59%-
XYZ19.3334.138.47-
YUV131.8881.2383.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 180 (70.70% from 255) = 60.40%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=23.15%
G=60.40%
B=16.44%

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
Decimal69180490.6200.730.29110.8457.2144.9
Hex45B4313E0491D6f392d
Octal10526461760111351577155
Binary10001011011010011000111111001001001111011101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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