#38a511

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

Shades of Kelly Green #38A511

Tints of Kelly Green #38A511

Color information

#38A511 (or 0x38A511) is unknown color: approx Kelly Green. HEX triplet: 38, A5 and 11. RGB value is (56,165,17). Sum of RGB (Red+Green+Blue) = 56+165+17=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 165 (64.84% from 255 or 69.33% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 165 - color contains mainly: green. Hex color #38A511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A511 is #C75AEE. Grayscale: #747474. Windows color (decimal): -13064943 or 1156408. OLE color: 1156408.

HSL color Cylindrical-coordinate representation of color #38A511: hue angle of 104.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38A511 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB5616517-
CMYK0.6600.900.35
HSL104.19º81.32%35.69%-
HSV(B)104.19º89.7%64.71%-
XYZ15.1927.795.09-
YUV115.5472.3985.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 165 (64.84% from 255) = 69.33%
BLUE value IS 17 (7.03% from 255) = 7.14%
R=23.53%
G=69.33%
B=7.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165170.6600.900.35104.1981.3235.69
Hex38A5114205A23685124
Octal702452110201324315012144
Binary111000101001011000110000100101101010001111010001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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