#38b10d

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

Shades of Kelly Green #38B10D

Tints of Kelly Green #38B10D

Color information

#38B10D (or 0x38B10D) is unknown color: approx Kelly Green. HEX triplet: 38, B1 and 0D. RGB value is (56,177,13). Sum of RGB (Red+Green+Blue) = 56+177+13=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 177 (69.53% from 255 or 71.95% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 177 - color contains mainly: green. Hex color #38B10D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38B10D is #C74EF2. Grayscale: #7A7A7A. Windows color (decimal): -13061875 or 897336. OLE color: 897336.

HSL color Cylindrical-coordinate representation of color #38B10D: hue angle of 104.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38B10D is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB5617713-
CMYK0.6800.930.31
HSL104.27º86.32%37.25%-
HSV(B)104.27º92.66%69.41%-
XYZ17.4332.315.7-
YUV122.1266.4180.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 177 (69.53% from 255) = 71.95%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=22.76%
G=71.95%
B=5.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177130.6800.930.31104.2786.3237.25
Hex38B1D4405D1F685625
Octal702611510401353715012645
Binary1110001011000111011000100010111011111111010001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b10d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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