#38B746

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

Shades of Fruit Salad #38B746

Tints of Fruit Salad #38B746

Color information

#38B746 (or 0x38B746) is unknown color: approx Fruit Salad. HEX triplet: 38, B7 and 46. RGB value is (56,183,70). Sum of RGB (Red+Green+Blue) = 56+183+70=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #38B746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B746 is #C748B9. Grayscale: #848484. Windows color (decimal): -13060282 or 4634424. OLE color: 4634424.

HSL color Cylindrical-coordinate representation of color #38B746: hue angle of 126.61º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B746 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB5618370-
CMYK0.6900.620.28
HSL126.61º53.14%46.86%-
HSV(B)126.61º69.4%71.76%-
XYZ19.6735.1511.54-
YUV132.1492.9273.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=18.12%
G=59.22%
B=22.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56183700.6900.620.28126.6153.1446.86
Hex38B7464503E1C7f352f
Octal70267106105076341776557
Binary11100010110111100011010001010111110111001111111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,183,70); }

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

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

 a { background-color: rgb(56,183,70); }

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

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

 span { border-color: rgb(56,183,70); }

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