#45A41D

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

Shades of Kelly Green #45A41D

Tints of Kelly Green #45A41D

Color information

#45A41D (or 0x45A41D) is unknown color: approx Kelly Green. HEX triplet: 45, A4 and 1D. RGB value is (69,164,29). Sum of RGB (Red+Green+Blue) = 69+164+29=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #45A41D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A41D is #BA5BE2. Grayscale: #787878. Windows color (decimal): -12213219 or 1942597. OLE color: 1942597.

HSL color Cylindrical-coordinate representation of color #45A41D: hue angle of 102.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45A41D is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB6916429-
CMYK0.5800.820.36
HSL102.22º69.95%37.84%-
HSV(B)102.22º82.32%64.31%-
XYZ15.9527.95.71-
YUV120.276.5391.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 164 (64.45% from 255) = 62.60%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=26.34%
G=62.60%
B=11.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69164290.5800.820.36102.2269.9537.84
Hex45A41D3A05224664626
Octal105244357201224414610646
Binary100010110100100111011110100101001010010011001101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,164,29); }

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

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

 a { background-color: rgb(69,164,29); }

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

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

 span { border-color: rgb(69,164,29); }

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