#45A50B

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

Shades of Kelly Green #45A50B

Tints of Kelly Green #45A50B

Color information

#45A50B (or 0x45A50B) is unknown color: approx Kelly Green. HEX triplet: 45, A5 and 0B. RGB value is (69,165,11). Sum of RGB (Red+Green+Blue) = 69+165+11=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #45A50B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A50B is #BA5AF4. Grayscale: #777777. Windows color (decimal): -12212981 or 763205. OLE color: 763205.

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

Color convert

RGB6916511-
CMYK0.5800.930.35
HSL97.4º87.5%34.51%-
HSV(B)97.4º93.33%64.71%-
XYZ15.9728.24.92-
YUV118.7467.292.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 165 (64.84% from 255) = 67.35%
BLUE value IS 11 (4.69% from 255) = 4.49%
R=28.16%
G=67.35%
B=4.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165110.5800.930.3597.487.534.51
Hex45A5B3A05D23615823
Octal105245137201354314113043
Binary10001011010010110111110100101110110001111000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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