#38B60D

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

Shades of Kelly Green #38B60D

Tints of Kelly Green #38B60D

Color information

#38B60D (or 0x38B60D) is unknown color: approx Kelly Green. HEX triplet: 38, B6 and 0D. RGB value is (56,182,13). Sum of RGB (Red+Green+Blue) = 56+182+13=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 182 (71.48% from 255 or 72.51% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 182 - color contains mainly: green. Hex color #38B60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B60D is #C749F2. Grayscale: #7D7D7D. Windows color (decimal): -13060595 or 898616. OLE color: 898616.

HSL color Cylindrical-coordinate representation of color #38B60D: hue angle of 104.73º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38B60D is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB5618213-
CMYK0.6900.930.29
HSL104.73º86.67%38.24%-
HSV(B)104.73º92.86%71.37%-
XYZ18.4334.336.03-
YUV125.0664.7678.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 182 (71.48% from 255) = 72.51%
BLUE value IS 13 (5.47% from 255) = 5.18%
R=22.31%
G=72.51%
B=5.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56182130.6900.930.29104.7386.6738.24
Hex38B6D4505D1D695726
Octal702661510501353515112746
Binary1110001011011011011000101010111011110111010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,182,13); }

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

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

 a { background-color: rgb(56,182,13); }

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

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

 span { border-color: rgb(56,182,13); }

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