#38A137

Color #38A137 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #38A137

Tints of Fruit Salad #38A137

Color information

#38A137 (or 0x38A137) is unknown color: approx Fruit Salad. HEX triplet: 38, A1 and 37. RGB value is (56,161,55). Sum of RGB (Red+Green+Blue) = 56+161+55=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #38A137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A137 is #C75EC8. Grayscale: #757575. Windows color (decimal): -13065929 or 3645752. OLE color: 3645752.

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

Color convert

RGB5616155-
CMYK0.6500.660.37
HSL119.43º49.07%42.35%-
HSV(B)119.43º65.84%63.14%-
XYZ15.0726.617.96-
YUV117.5292.7184.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 161 (63.28% from 255) = 59.19%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=20.59%
G=59.19%
B=20.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56161550.6500.660.37119.4349.0742.35
Hex38A137410422577312a
Octal70241671010102451676152
Binary111000101000011101111000001010000101001011110111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,161,55); }

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

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

 a { background-color: rgb(56,161,55); }

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

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

 span { border-color: rgb(56,161,55); }

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