#40B325

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

Shades of Kelly Green #40B325

Tints of Kelly Green #40B325

Color information

#40B325 (or 0x40B325) is unknown color: approx Kelly Green. HEX triplet: 40, B3 and 25. RGB value is (64,179,37). Sum of RGB (Red+Green+Blue) = 64+179+37=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #40B325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B325 is #BF4CDA. Grayscale: #808080. Windows color (decimal): -12537051 or 2470720. OLE color: 2470720.

HSL color Cylindrical-coordinate representation of color #40B325: hue angle of 108.59º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40B325 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB6417937-
CMYK0.6400.790.30
HSL108.59º65.74%42.35%-
HSV(B)108.59º79.33%70.2%-
XYZ18.5733.467.23-
YUV128.4376.482.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 179 (70.31% from 255) = 63.93%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=22.86%
G=63.93%
B=13.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64179370.6400.790.30108.5965.7442.35
Hex40B3254004F1E6d422a
Octal1002634510001173615510252
Binary1000000101100111001011000000010011111111011011011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B325; }

 p { color: rgb(64,179,37); }

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

<style>
 a { background-color: #40B325; }

 a { background-color: rgb(64,179,37); }

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

<style>
 span { border-color: #40B325; }

 span { border-color: rgb(64,179,37); }

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