#38A518

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

Shades of Kelly Green #38A518

Tints of Kelly Green #38A518

Color information

#38A518 (or 0x38A518) is unknown color: approx Kelly Green. HEX triplet: 38, A5 and 18. RGB value is (56,165,24). Sum of RGB (Red+Green+Blue) = 56+165+24=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #38A518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A518 is #C75AE7. Grayscale: #747474. Windows color (decimal): -13064936 or 1615160. OLE color: 1615160.

HSL color Cylindrical-coordinate representation of color #38A518: hue angle of 106.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38A518 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB5616524-
CMYK0.6600.850.35
HSL106.38º74.6%37.06%-
HSV(B)106.38º85.45%64.71%-
XYZ15.2527.825.43-
YUV116.3475.8984.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 165 (64.84% from 255) = 67.35%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=22.86%
G=67.35%
B=9.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165240.6600.850.35106.3874.637.06
Hex38A51842055236a4b25
Octal702453010201254315211345
Binary111000101001011100010000100101010110001111010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A518; }

 p { color: rgb(56,165,24); }

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

<style>
 a { background-color: #38A518; }

 a { background-color: rgb(56,165,24); }

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

<style>
 span { border-color: #38A518; }

 span { border-color: rgb(56,165,24); }

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