#38B226

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

Shades of Kelly Green #38B226

Tints of Kelly Green #38B226

Color information

#38B226 (or 0x38B226) is unknown color: approx Kelly Green. HEX triplet: 38, B2 and 26. RGB value is (56,178,38). Sum of RGB (Red+Green+Blue) = 56+178+38=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #38B226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B226 is #C74DD9. Grayscale: #7E7E7E. Windows color (decimal): -13061594 or 2535992. OLE color: 2535992.

HSL color Cylindrical-coordinate representation of color #38B226: hue angle of 112.29º degrees, saturation: 0.65, 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 #38B226 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB5617838-
CMYK0.6900.790.30
HSL112.29º64.81%42.35%-
HSV(B)112.29º78.65%69.8%-
XYZ17.932.827.23-
YUV125.5678.5878.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 178 (69.92% from 255) = 65.44%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=20.59%
G=65.44%
B=13.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56178380.6900.790.30112.2964.8142.35
Hex38B2264504F1E70412a
Octal702624610501173616010152
Binary111000101100101001101000101010011111111011100001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,38); }

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

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

 a { background-color: rgb(56,178,38); }

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

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

 span { border-color: rgb(56,178,38); }

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